goland不能拉取, 报错;
remote: HTTP Basic: Access denied. The provided password or token is incorrect or your account has 2FA enabled and you must use a personal access token instead of a password. See http://127.0.0.1:8083/help/topics/git/troubleshooting_git#error-on-git-fetch-http-basic-access-denied Authentication failed for 'http://127.0.0.1:8083/forensics_equipment/plugins_manager/plugins_manager_service.git/'
但是我通过git的命令行可以拉取;
原因是:
goland拉取时使用的gitlab生成的令牌, 我不记得是什么时候做的了, 但是确实是用的这个, 然后这个令牌失效了, 所以拉取不能;
而命令行是因为我设置了git的密码或者是配了秘钥什么的(我不清楚)
总之goland的问题重新生成令牌就可以了
标签:集成,令牌,git,http,0.1,拉取,goland From: https://www.cnblogs.com/runninginsilence/p/18033008