git 报错

-bash: git: command not found

export PATH=$PATH:/usr/local/git/bin

 

使用git clone出现 fatal: unable to access 'https://github.com/...'的解决办法

 

git config --global --unset http.proxy 

git config --global --unset https.proxy 

 

posted on 2019-05-14 17:33  潇潇六月雨  阅读(99)  评论(0编辑  收藏  举报

导航