sourcetree 提交代码到自己的 github仓库
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sourcetree 提交代码到自己的 github仓库相关的知识,希望对你有一定的参考价值。
好久没在github提交代码了,突然提示:Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
大致意思就是2021.08.13之后,输入账号密码的方式来向github仓库提交代码等行为不再被支持。请使用personal access token方式来替代。
现在都习惯用sourcetree管理仓库了,也查阅了一些资料,具体操作步骤如下:
0.直接打开https://github.com/settings/tokens这个页面。(选择直接打开这个链接的,可以直接看第5步。不然就从第1步开始。)
1.打开github官网,然后登录你的github账号。
2.鼠标点击右上角头像,在下拉里面点击settings。
3.左侧列表里面点击Developer settings。
4.新的Developer settings页里点击Personal access tokens。
5.右上点击Generate new token.
6.输入个note,用来提醒这个token的目的。然后自行选择个过期时间。
7.勾选上下边的全部(也可以根据自身需求定制,这个就是token所具有的权限。)
8.最后点击底部的Generate token.生成token。
9.复制token,先临时保存下。
10、进入自己的clong下来的仓库,点击设置
11.url那一行,之前的应该是:https://github.com/username/xxxxcode.git ,改为这样的:(如上图所示)
https://oauth2:ghp_qtiFx4Kl8nK9**********Vxck4tYD3Eiu0R@github.com/username/xxxxcode.git
12.然后保存, 搞定啦,可以去提交试试。不需要再输入什么账号密码了。
以上是关于sourcetree 提交代码到自己的 github仓库的主要内容,如果未能解决你的问题,请参考以下文章
SourceTree使用SSH Key提交项目到Github
SourceTree使用SSH Key提交项目到Github