下面由composer教學欄位介紹composer install中出現的使用者名稱錯誤解決方法,希望對需要的朋友有幫助!
C:\Users\huy\AppData\Roaming\Composer\auth.json
事情的經過:
之前已經從git伺服器中的項目拉取了對應的項目,但是這次拉取的時候出現認證錯誤問題;原因就是我的用戶名出現錯誤了。
錯誤回報:
[RuntimeException]
Failed to execute git clone --no-checkout "https://hy:***@gitlab.xnhd.com/x
/core.git" "D:\wnmp\wwwroot\test\www.xnhd.com\vendor\ xnhd\core" && cd /D "D
:\wnmp\wwwroot\test\www.xnhd.com\vendor\xnhd\core" && git remote add compos
er "https://hy:** *@gitlab.xnhd.com/x/core.git" && git fetch composer
Cloning into 'D:\wnmp\wwwroot\test\www.xnhd.com\vendor\xnhd\core'...
fatal: Authentication failed for 'https://hy:***@gitlab.xnhd.com/x/core.git
/'
解決方法:
進入C碟的Users目錄,C:\Users\huy\AppData\Roaming\Composer\auth. json 去編輯下auth.json這個文件,把使用者名稱和密碼改成正確的使用者名稱和密碼。
以上是composer install中出現使用者名稱錯誤怎麼辦的詳細內容。更多資訊請關注PHP中文網其他相關文章!