生成个人访问令牌

  1. 登录 GitHub。
  2. 访问 Personal Access Tokens 页面
  3. 点击 “Generate new token”。
  4. 为令牌选择一个描述性名称。
  5. 选择 repo 权限。
  6. 点击 “Generate token” 生成令牌。
  7. 复制生成的令牌。

推送命令

  1. 设置存储库 URL(如果需要):
git remote set-url origin https://github.com/yhdxtn/xmind.git
  1. 推送更改到 main 分支:
git push -u origin main
  1. 当提示输入用户名和密码时,使用你的 GitHub 用户名和新生成的个人访问令牌:
Username for 'https://github.com': yhdxtn
Password for 'https://yhdxtn@github.com': 新生成的个人访问令牌

通过这两步,你应该能够成功推送到远程仓库。

点赞(0) 打赏

评论列表 共有 0 条评论

暂无评论

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部