Git Bash使用方法

Git命令老是忘记,干脆直接贴这里。

参考博文:https://blog.csdn.net/qq_36667170/article/details/79085301

https://img-blog.csdnimg.cn/20200425223427978.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3FxXzM2NjY3MTcw,size_16,color_FFFFFF,t_70

这里选择SSH方式的话,相比HTTPS,可以不用配置WorkFlow,并使用SSH Key验证。比起HTTPS方式常常Connection Reset或10054端口错误,SSH方式省心很多。

关于配置WorkFlow:

  1. https://blog.walterlv.com/post/github-push-failed-without-workflow-scope.html
  2. https://stackoverflow.com/questions/64059610/how-to-resolve-refusing-to-allow-an-oauth-app-to-create-or-update-workflow-on

吐槽

最近Github老是push失败,不知道为啥,校园网也奇差无比。

今天因为push失败,想更新Git for Windows,还是因为网络问题更新失败:https://stackoverflow.com/questions/13790592/how-to-upgrade-git-on-windows-to-the-latest-version

打tag

Git 基础 - 打标签