[session-2e4bd1ab] You hasn't joined this enterprise! git 已经修改了windows凭据

171年前 (2024-02-18)开发工具2674


  已经修改了windows凭据的git用户及密码,git拉取代码依然无权限保错 [session-2e4bd1ab] You hasn't joined this enterprise! 

image.png

那么只需要开启下windows凭据的使用,运行以下命令即可解决问题:

git config --global credential.helper wincred

然后重新拉取下代码即可:

git clone https://gitee.com/yky_1/wisdom-tcm.git

如果报错:

error: RPC failed; HTTP 504 curl 22 The requested URL returned error: 504

是因为项目过大造成的,则执行以下命令即可:

git clone --depth=1 https://gitee.com/yky11/wisdomzl.git


本文原创,转载必追究版权。

分享给朋友:

相关文章

java将金额转化为大写金额

 private static String[] num = {"零","壹","贰","叁","肆...

MyEclipse 10 性能大优化

MyEclipse 10 性能大优化

 MyEclipse 10已发布,新版本的特性能够大大提高开发者的效率。但同时,由于电脑配置的原因,很多开发者在使用MyEclipse的时候,速度都不是很快,需要我们对MyEclipse进行...

freeMarker Jfinal 获取session里的值

问题:freeMaker session取值的常用格式都试过 session["xxx"],session.xxx 直接xxx 都取不出来?????解决:JFinal与Struts...

js/jquery 日历控件及实例下载

js/jquery 日历控件及实例下载

实现日历控件效果:页面:<link href="${base}/resource/${profile.path}/css/lhgcalendar.css" rel="...

MyEclipse10.7注册码生成

注意经验里的工具可能不可用,请点击 生成注册码工具  下载。提取码:p1w4MyEclipse10.7注册码激活步骤:点击下面的链接http://jingyan.baidu.com/arti...

org.apache.subversion.javahl.ClientException: The working copy needs to be upgraded svn: Working cop

org.apache.subversion.javahl.ClientException: The working copy needs to be upgraded svn: Working cop

SVN更新出现问题:org.apache.subversion.javahl.ClientException: The working copy needs to be upgraded svn: W...

评论列表

https://501h.com/danzhiye/21498.html
https://501h.com/danzhiye/21498.html
5个月前 (11-08)

每次看到你的文章,我都觉得时间过得好快。

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。