Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git clone 할 때 repository not found 오류 #164

Open
ghost opened this issue Dec 12, 2019 · 0 comments
Open

git clone 할 때 repository not found 오류 #164

ghost opened this issue Dec 12, 2019 · 0 comments
Assignees
Labels
git about git

Comments

@ghost
Copy link

ghost commented Dec 12, 2019

상황

  • git clone 으로 private repo 를 clone 하려고 할 때

오류

  • 아래와 같은 메시지 발견
Cloning into 'app'...
remote: Repository not found.
fatal: repository 'https://github.com/devtutoring/app.git/' not found

해결

  • 아래 명령어로 credential.username 을 변경
git config --global credential.username "anotutoring"
@p-iknow p-iknow added the git about git label Dec 14, 2019
@p-iknow p-iknow self-assigned this Dec 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
git about git
Projects
None yet
Development

No branches or pull requests

1 participant