git 上传下载报错
报错信息
1 | remote: Password authentication is not available for Git operations. |
官方文章
解决方案
登录github,生成个人令牌进行认证即可 个人令牌,双因素认证
步骤
- 登录 github
- 选择头像
- Settings
- Developer settings
- OAuth Apps
Personal access tokens
Personal access tokens - Generate new token
- 填写描述、过期时间、选择权限范围 创建即可
- 复制生成的令牌备用 ==只会出现一次!!!==
- 后续在需要输入 git 密码的部分输入令牌即可
报错信息
1 | github|fatal:unable to access|OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com 443 |
解决方案
- 设置 git config –global http.sslVerify false