赞
踩
【/n】
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://mashang.eicp.vip:8182/help/topics/git/troubleshooting_git#error-on-git-fetch-http-basic-access-denied
fatal: Authentication failed for 'http://mashang.eicp.vip:8182/student_projects/ms_stu_pro137_server.git/
git -c credential.helper= -c core.quotepath=false -c log.showSignature=false push --progress --porcelain origin refs/heads/master:master
然后按要求输入了gitlab的登录账号密码,无效
于是在网页搜索后,得知要使用生成的token代替账号对应的密码
于是,登录后来到这个界面
然后命名+设置到期时间+设置用途
生成的token在最上面(记得保存)
按create生成后,在执行一次
git -c credential.helper= -c core.quotepath=false -c log.showSignature=false push --progress --porcelain origin refs/heads/master:master
然后输入账号和密码(生成token代替)即可
到这里本来已经可以推上去了,但是我又发现,下一次推送又不行了,总不能每一次都执行吧
·git -c credential.helper= -c core.quotepath=false -c log.showSignature=false push --progress --porcelain origin refs/heads/master:master
·
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。