git
Zoonas
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
push 项目到github 时出现Failed to connect to localhost port 1080: Connection refused
今天在push项目到github时,一看pushing的圈圈转了这么久,深感不妙。 果然,几分钟后报出了Failed to connect to localhost port 1080: Connection refused。 查了网上的解决方案 发现可能是代理的问题,于是在Terminal中输入了 git config --global -l 看到我是设置了代理 localhost的。 然后我在 C:\Users\Administrator\.gitconfig 中删除了代理设置 ..原创 2020-06-20 21:06:45 · 704 阅读 · 0 评论 -
在用vs commit时,产生了 Git failed with a fatal error. error: open (“xxxx.vs/xxxx/open.db “):Permisson deni
在用vs commit时,产生了 Git failed with a fatal error. error: open (“xxxx.vs/xxxx/open.db “):Permisson denied fatal:Unable to process path xxxx.vs/xxxx/open.db 原因是因为在之前操作不当,造成了许多changes 这些changes大部...原创 2019-06-12 10:25:54 · 3524 阅读 · 0 评论
分享