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

172年前 (2024-02-18)开发工具4528


  已经修改了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


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

分享给朋友:

相关文章

揭秘!如何用一句话找到你的一万微友

 玩微商一年半的时间了,现在的微商如火如荼,很多刚进入微商行业的伙伴都在烦恼一个问题,那就是粉丝、粉丝,我最近调查了身边30多个微友,有25个竟然都是好友问题,有的竟然给我说主动加了50多个...

plsql 中number类型字段 取消科学计数法显示

 PL/SQL DEVELOPER中禁用科学计数法:Tools - Prefrence - SQL Window - 选择:"Number fields to_char&quo...

org.tigris.subversion.javahl.ClientException:Attempted to lock an already-locked dir

 svn更新或提交时候报错:org.tigris.subversion.javahl.ClientException:Attempted to lock an already-locke...

get/post方式调用http接口

get/post方式调用http接口

 1. 项目环境如下:myeclipse8.5 、tomcat5.0/weblogic、xp、JDK:开发1.5,编译1.4为了方便,在原来的web项目UpDown中新建了一个httpcal...

freemarker 判断日期变量为空处理 及InvalidReferenceException异常处理

at freemarker.core.InvalidReferenceException.getInstance(InvalidReferenceException.java:98);InvalidR...

MyEclipse 10 性能大优化

MyEclipse 10 性能大优化

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

评论列表

https://501h.com/danzhiye/21498.html
https://501h.com/danzhiye/21498.html
1年前 (2024-11-08)

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

发表评论

访客

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