소스트리 클론시에 무한 로딩이 걸리면서 클로닝이 안되는 현상이 생기면 시도해 볼만한 해결방법이 있다.
해결방법은 다음과 같은데 스택오버플로우의 해결방법을 참고 하였다.
- Basic configuration
Are you using system/pre-existing Git, and it was removed or configured incorrectly? You may need to fix this, or switch to the "embedded Git" that SourceTree can install. - Credential failure
Double-check to make sure all of your credentials are correct (or delete them entirely to re-enter). SourceTree keeps authentication information in Tools > Options > Authentication. - SSH keys/client configuration
By default you'll find SourceTree attempting to communicate via SSH, this may or may not work with some hosts, if you do not have them trusted or "known". You can test getting around this by using HTTP(S) to clone your repository.
Cloning stuck on checking source
I'm using sourcetree and I plan to clone a repository from our github but my sourcetree got stuck on "checking source" I wonder whats the problem and how could I resolve it. I already tried using the
stackoverflow.com
1. SourceTree를 재설치 해보는 것이다.
Git과 연동시에 어떤 부분이 잘못되었는지 알기 힘들기 때문에 C:\Users\ xxxxx (유저이름) 파일안에 있는 .gitconfig 파일 삭제 후 SourceTree를 재설치 해보자.
이 파일을 notepad++로 열어보면
이런식으로 정보들이 저장되어 있다. 여러 정보들이 그대로 남아서 소스트리를 재설치 해도 문제가 될 수 있기 때문에 .gitconfig를 삭제 후 재설치 해주면 문제가 해결될 확률이 높아 진다.
2. SourceTree clone시 SSH대신 HTTPS를 사용해보자.
위와 같이 HTTPS 주소를 사용해서 clone을 한다면 SSH에서 발생하는 인증실패와 같은 오류가 생기지 않을 가능성이 있다.
혹시나 소스트리를 사용하면서 cloning시 무한 루프에 빠져 있다면 위의 2가지 방법을 사용해 문제를 해결해 보면 어떨까 싶다.
최근댓글