-
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. |
Beta Was this translation helpful? Give feedback.
Answered by
hixb
Jul 11, 2022
Replies: 2 comments
-
可以把token直接添加远程仓库链接中,这样就可以避免同一个仓库每次提交代码都要输入token了: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
xiao-ice
-
可以使用ssh验证登陆GitHub账户 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
可以把token直接添加远程仓库链接中,这样就可以避免同一个仓库每次提交代码都要输入token了:
git remote set-url origin https://<your_token>@github.com/<USERNAME>/<REPO>.git