1.SourceTree
频繁输入密码不正确 :
终端输入: git config credential.helper store
然后执行 : git pull 再打开就好了。
2.生成pem证书
https://www.cnblogs.com/cy568searchx/p/5207792.html
3.scp上传本地文件到服务器
scp -r localFilePath user@serviceApi : servicePath
4.删除git的所有提交记录
https://stackoverflow.com/questions/13716658/how-to-delete-all-commit-history-in-github
网友评论