We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
第一步:
第二步:
第三步:
# 移除原来的远程链接 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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
第一步:
第二步:
第三步:
The text was updated successfully, but these errors were encountered: