다음 튜토리얼 칼럼인 composer에서는 작곡가 설치 시 사용자 이름 오류를 해결하는 방법을 소개하겠습니다. 필요한 친구들에게 도움이 되길 바랍니다!
C:UsershuyAppDataRoamingComposerauth.json
사건:
해당 프로젝트가 이전에 git 서버에 있는 프로젝트에서 Pull 되었는데 이번에 Pull하면 Authentication 오류가 뜹니다. ; 그 이유는 내 사용자 이름이 잘못되었기 때문입니다.
오류 보고:
[RuntimeException]
실행 실패 git clone --no-checkout "https://hy:***@gitlab.xnhd.com/x
/ core .git" "D:wnmpwwwroottestwww.xnhd.comvendorxnhdcore" && cd /D "D
:wnmpwwwroottestwww.xnhd.comvendorxnhdcore" && git remote add compos
er "https://hy:***@gitlab.xnhd.com / x/core.git" && git fetch 작곡가
'D:wnmpwwwroottestwww.xnhd.comvendorxnhdcore'로 복제 중...
치명적: 'https://hy:***@gitlab.xnhd.com/x에 대한 인증 실패 / core.git
/'
해결 방법:
C 드라이브의 Users 디렉터리인 C:UsershuyAppDataRoamingComposerauth.json로 이동하여 auth.json 파일을 편집하고 사용자 이름 및 비밀번호 올바른 사용자 이름과 비밀번호로 변경하십시오.
위 내용은 작곡가 설치시 사용자 이름 오류가 발생하면 어떻게 해야 합니까?의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!