Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github使用AccessToken登录配置教程 #142

Open
GleanCoder1116 opened this issue Nov 19, 2021 · 0 comments
Open

github使用AccessToken登录配置教程 #142

GleanCoder1116 opened this issue Nov 19, 2021 · 0 comments
Labels
软技能 软技能

Comments

@GleanCoder1116
Copy link
Member

第一步:
image

第二步:
image

第三步:

# 移除原来的远程链接
git remote remove origin
# 查看git的远程链接
git remote -v
# 重新新增git远程链接
git remote add origin https://<your token>@github.com/<your account>/<your repository>.git
# 下拉master分支
git push origin master -u
@GleanCoder1116 GleanCoder1116 added the 软技能 软技能 label Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
软技能 软技能
Projects
None yet
Development

No branches or pull requests

1 participant