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 · 788 阅读 · 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 · 12569 阅读 · 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.proxy git config --global --unset https.proxy http.proxy和https.prox原创 2020-07-02 14:59:22 · 1274 阅读 · 0 评论
分享