
git
itbread
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
git push 或者git pull 拉取失败解决办法
git push 或者git pull 拉取失败解决办法: 近段时间访问 git很不稳定,老是报错,用以下方法解决了我的问题 GIT 取消代理: 终端取消 git 代理 git config --global --unset http.proxy git config --global --unset https.proxy ...原创 2021-03-18 17:21:52 · 580 阅读 · 0 评论 -
github gitlab pull push 免密码登录 处理办法
github gitlab pull push 免密码登录 处理办法 vi ~/.git-credentials 输入:https://{username}:{password}@github.com 保存退出后执行:git config --global credential.helper store go get gitlab 库资源出现以下错误解决办法 git clone htt...原创 2019-05-22 20:04:36 · 1370 阅读 · 0 评论