1. 程式人生 > >git clone 專案報錯

git clone 專案報錯

錯誤:

fatal: UriFormatException encountered. queryUrl \"D:/GitExtensions/GitCredentialWinStore/git-credential-winstore.exe\" erase: "D:/GitExtensions/GitCredentialWinStore/git-credential-winstore.exe": No such file or directory

解決辦法

 git config --global --unset credential.helper

還是報錯:
$ git clone xxxxxxxxxxxxxxxxx Cloning into 'xxxxxxxxxxxxxxxx'... remote: HTTP Basic: Access denied fatal: Authentication failed for 'http://corp.frdic.com:300/recite/wordChallenge.git/'

解決辦法

$ git config --system --unset credential.helper

然後就可以重新填寫使用者名稱和密碼進行提交了。

相關推薦

git clone 專案

錯誤: fatal: UriFormatException encountered. queryUrl \"D:/GitExtensions/GitCredentialWinStore/git-credential-winstore.exe\" erase: "

centos6.5 git clone http

one entos 安裝 聲明 ash util 原創 系統 exp 自己搭建服務器環境為centos6.5,需要使用git clone 命令的時候報錯 首先查看centos上安裝的git版本,我的版本為1.7.10 報錯後,查閱相關資料需將centos升級,操作如下 安裝

Git clone專案時報Permission denied (publickey).的解決方案

在一臺新裝置上首次使用git clone 克隆GitHub倉庫專案時,報了這個錯誤,如下: [email protected]: Permission denied (publickey). fatal: Could not read from remote repository.

Eclipse 使用git更新專案:Git - Pull Failed Dirty Worktree的解決辦法

樓主最近想要通過eclipse的git中的pull方法拉取伺服器的最新專案,可是報了 Pull Failed Dirty Worktree這樣的錯誤,經過 上網的一番搜尋,現在將解決辦法分享給大家: Maven型別的專案克隆下來,匯入到Eclipse中,沒做任何修改,執行Pull的

Eclipse 使用git更新專案:Git

樓主最近想要通過eclipse的git中的pull方法拉取伺服器的最新專案,可是報了 Pull Failed Dirty Worktree這樣的錯誤,經過 上網的一番搜尋,現在將解決辦法分享給大家: Maven型別的專案克隆下來,匯入到Eclipse中,沒做任何修改,執行

gitlab服務搬遷之後出現的客戶端git clone問題

GitLab設定IP或者域名有兩個配置檔案:  1、GitLab的:/home/git/gitlab/config/gitlab.yml 2、GitLab-Shell的:/home/git/gitlab-shell/config.yml 把兩個配置檔案的IP或者域名修正過來即可。在GitLab-Sh

git同步遇到“fatal: unable to access 'https://github.com/ruanwenwu/newp.git/': Peer reports incompatible or unsupported protocol version.”

版本升級 pat gpo new 依然 curl ted git pos git同步遇到報錯“fatal: unable to access ‘https://github.com/ruanwenwu/newp.git/‘: Peer reports incompatibl

git切換分支解決

git切換分支 技術分享 .com img 管理 重新 需要 隱藏 TP 今天使用git切換分支的時候總是報這種錯誤。 解決辦法: 在項目文件夾中.git文件夾(這是個隱藏文件夾,需要在文件管理導航欄--工具--文件夾選項--查看--勾選顯示隱藏文件夾)找到不能創建的文件

git同步遇到“fatal: unable to access 'https://github.com/lizhong24/mysite2.git/': Peer reports incompatible or unsupported protocol version.”

tps 問題解決 問題 ces proto fat version prot nco git同步遇到報錯“fatal: unable to access ‘https://github.com/lizhong24/mysite2.git/‘: Peer reports in

git https 請求 504

AS ash 檢查 沒有 系統 http ID 去掉 ubun git https 請求報錯 504 原因可能是因為設置了代理,ubuntu/deepin 系統可以檢查 /etc/profile ~/.bashrc 內有沒有設置 https 的代理。 有的話,去掉就可

git cherry-pick fatal: bad object

fatal 參考 博客 目前 想要 error commit 關註 logs   場景:程序員A提交了一個commit到gerrit上,我們叫他為commit_id1,但是還沒有review,那就是沒有入庫,程序員B想再本地拿到這個commitd_id1,既然這個提交沒有入

Eclipse中maven專案:org.springframework.web.filter.CharacterEncodingFilter

寫了一個demo,發現在tomcat中部署完專案,啟動時報錯。 1,問題描述 2,解決辦法 1)程式在部署完成後報錯,說明是程式是編譯通過的,即編譯編譯路徑Java Build Path沒問題。 2)此時檢視 專案Properties—Deployment

【Error】升級了Mojave後使用git遇到的xcrun: error: invalid active developer path

升級了Mojave後使用git遇到的報錯: $ git status xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Dev

vue init webpack 建vue專案

首先我們用vue-cli新建專案。 全域性安裝vue-cli npm install -g vue-cli 建立一個名字為demo的專案。 vue init webpack demo 結果報錯了,錯誤如下:

Ionic新建專案:OpenSSH not found on your computer.

錯誤資訊: D:\project\eyeshot\eyeshot>ionic ssh setup [WARN] OpenSSH not found on your computer. [ERROR] Command not found: ssh 解決辦法: 下載安裝SSH:http

git提交時候:The file will have its original line endings in your working directory.

錯誤描述在使用git提交的時候出現The file will have its original line endings in your working directory.錯誤,後來發現 自己再提交的時候忘記輸入git add 上傳的檔案 出現了上面的錯誤,需要下面進行修改: 1 git rm -r -

IDEA啟動web專案

1.問題: MLog initialization issue: slf4j found no binding or threatened to use its (dangerously silent) NOPL 報錯介面: 解決參考: SLF4J:無法載入類“org.slf4

centos7 scrapy 建立專案 TLSVersion.TLSv1_1: SSL.OP_NO_TLSv1_1,

centos7  python2.7 安裝完pip後 執行命令建立專案:   scrapy startproject todayMovie 結果報錯了,如下:       [[email pro

maven建web專案

網上比較流行的解決方法有兩種: 1.在Eclipse Maven配置中新增新的Catalog配置 2.在本地庫中裝載maven-archetype-quickstart 我先試了試第一個方法,配置後沒有任何效果。再用第二個方法,配置完後試著建立maven-archetype-

Hibernate專案could not locate named parameter [xxx]]

十月 26, 2018 3:12:06 上午 org.apache.catalina.core.StandardWrapperValve invoke 嚴重: Servlet.service() for servlet [springMVC] in context with path [/qjgl]