首页 > 技术文章 > git 报错

jasonLiu2018 2019-05-14 17:33 原文

-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 

 

推荐阅读