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

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


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


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

分享给朋友:

相关文章

Oracle 数据库cmd命令备份

 //导出exp wsbspt/wsbspt@192.168.1.101/wsbs file=D:/wsbspt.dmp log=D:/wsbspt.txt//导入imp &nbs...

java.lang.ClassNotFoundException: oracle.jdbc.driver.OralceDriver

 java.lang.ClassNotFoundException: Oracle.jdbc.driver.OracleDriver这个错误;原因可能是 少了驱动 ,少包class...

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

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

如何查询端口占用情况 并禁止占用

如何查询端口占用情况 并禁止占用

开始---->运行---->cmd,或者是window+R组合键,调出命令窗口输入命令:netstat -ano可看到是:pid为 2160 的程序占用了80端口;启动任务管理器:ctrl...

UUID 生成方法

import java.util.UUID;/**     * UUID 生成方法     * @return uuid &nbs...

Jfinal+Jquery uploadify实现多文件上传实例

Jfinal+Jquery uploadify实现多文件上传实例

包文件外部jar包jfinal-2.0-bin-with-src.jar(JFinal核心包)  fastjson-1.2.7.jar(用于json数据的处理)  cos-26De...

评论列表

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

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

发表评论

访客

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