
Git
蜗牛与藤曼
天天想要转行的秃头码农
展开
-
git新建远程分支以及其他操作
git新建远程分支以及其他操作error: src refspec xxx does not match any.error: failed to push some refs to 'ssh://git@'原创 2022-07-26 17:22:10 · 760 阅读 · 0 评论 -
npm安装插件报错 ERR Error while executing: npm ERR C:\Program Files\Git\cmd\git.EXE ls-remote -h -t ssh://
npm安装插件报错 ERR Error while executing: npm ERR C:\Program Files\Git\cmd\git.EXE ls-remote -h -t ssh://原创 2022-06-01 18:06:08 · 12494 阅读 · 1 评论 -
git clone代码时报错,解决方法
git clone时报错“Failed to connect to 127.0.0.1 port 1080: Connection refused”如何处理?1. 查看git的配置git config --global --list| grep -i proxy如果有内容输出,那么unset配置项,如:git config --global --unset http.proxygit config --global --unset https.proxyhttp.proxy和https.prox原创 2020-07-02 14:59:22 · 1229 阅读 · 0 评论