-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  潇潇六月雨  阅读(105)  评论(0)    收藏  举报