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

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


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


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

分享给朋友:

相关文章

jquery 操作html元素(及CSS)

jquery 操作html元素(及CSS)

 $("li").addClass("aui-user-view-cell aui-img") ;  //给元素添加样式$('#a1...

dwz +jfinal 批量多文件上传 实例

页面部分:<link href="${root}/style/dwz/uploadify/css/uploadify.css" rel="sty...

office 2010安装、激活、激活工具下载

office 2010安装、激活、激活工具下载

 首先下载好工具包(包括office 2010安装程序、激活工具及Microsoft .NET Framework 4.0),点击工具包下载进行下载;安装好office 2010。如果是wi...

jquery 获取焦点

当文本框或下拉等必填时,如果没有输入就给予提示并使该文本框获得焦点!如果是js,对象.focus()即可。可是如果是jQuery, 这样$("#aa") 返回的就不是DOM对象而是...

Java判断是数字还是字符串

方法一:利用正则表达式public class Testone {public static void main(String[] ...

jfinal 定时任务

1、去quartz官网下载 定时任务jar包(http://www.quartz-scheduler.org/)quartz-*.*.*.jar2、创建定时任务:public class SetAre...

评论列表

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

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

发表评论

访客

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