摘要:
一.出于某些原因git地址无法访问 需要在本地git配置代理访问远程的git仓库 1.查看本地git的config配置信息 git config --global -l 查看全局的配置信息 2.配置git proxy的代理地址 git config --global http.proxy 'sock 阅读全文
摘要:
一.当推送到服务器时首先要添加远程地址的 git remote add origin https://gitee.com/kingCould/HelloWord.git 二.查看本地添加了哪些远程地址 $ git remote -v origin https://github.com/zhidao/ 阅读全文