fatal: unable to access ‘https://github.com...../‘
将命令中的https改为git则可
git clone https://github.com/EYHN/hexo-theme-one.git
-> git clone git://github.com/EYHN/hexo-theme-one.git
将命令中的https改为git则可
git clone https://github.com/EYHN/hexo-theme-one.git
-> git clone git://github.com/EYHN/hexo-theme-one.git
相关推荐