问题一:
remote: Write access to repository not granted.】fatal: unable to access 'https://github.com/CaptainRhett/Digital_Circuit_Experiment_Report.git/': The requested URL returned error: 403
使用Fine-grained personal access tokens 产生的tokens认证时会出现该问题
问题二:
remote: Support for password authentication was removed on August 13, 2021.remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.
fatal: Authentication failed for 'https://github.com/CaptainRhett/Digital_Circuit_Experiment_Report.git/'
在输入密码时输入了github账号对应的密码会出现该问题
解决方案:
在登录时使用Personal access tokens (classic)进行认证
标签:tokens,git,remote,克隆,私有,access,github,https From: https://www.cnblogs.com/CaptainRhett/p/17537012.html