반응형
git clone 시 아래와 같은 오류가 발생할때의 해결방법
remote: HTTP Basic: Access denied. The provided password or token is incorrect or your account has 2FA enabled and you must use a personal access token instead of a password ...
fatal: Authentication failed for ...
1. 해당 git의 repository 접속
2. Settings의 Repository 클릭
3. Protected branches의 Expand 클릭
4. 아래 사진에는 안되어있지만 Protected로 되어있을테니 UnProtect 클릭으로 보호 해제
5. 끝~ clone 다시 해보시면 됩니다.
반응형