-bash: git: command not found

-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 

猜你喜欢

转载自www.cnblogs.com/jasonLiu2018/p/10863487.html