更改

跳转至: 导航搜索

配置Github使用Token登录验证

添加245字节, 2021年12月19日 (日) 13:44
无编辑摘要
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
fatal: unable to access 'https://github.com/zhoulujun/algorithm.git/': The requested URL returned error: 403
 
 
 
如果您有令牌,则可以在通过 HTTPS 执行 Git 操作时输入令牌,而不是密码。
 
例如,在命令行中输入以下内容:
 
$ git clone https://github.com/username/repo.git
Username: your_username
Password: your_token
1,138
个编辑

导航菜单