终端常用命令

终端常用命令
ping pods.ent. com
openssl rsa -in ~/.ssh/id_rsa -out
~/.ssh/id_rsa_new
ssh-add ~/.ssh/id_rsa
ssh-add -K ~/.ssh/id_rsa
cd /Users/xx/.ssh
touch config
open config
git push origin
xx:refs/for/xx
pod install
cd
/Users/xx/xxx
git push origin
yy:refs/for/yy
chmod 644
/Users/xx/yy/Makefile
chmod 644
/Users/xx/yy/README
cd本地路径目标坑位
git clone
“ssh://xx@gerrit.
ent.com:29418/yy”&& scp -p-P 29418 [email protected]:hooks/commit-msg "zz/.git/hooks/"↵
git clone
"https://github.com/libevent/libevent.g
it"↵
git config --global http.postBuffer524288000
git config --global
http.maxrequestbuffer 500M
手动设置代理↵
git config --global http.proxy http://140.82.113.4:443
git config --global https.proxy http://140.82.113.4:443
取消代理(先手动设置激活再取消-取消生
效):←
git config --global --unset http.proxy
git config --global --unset https.proxy

你可能感兴趣的:(终端)