git bash를 사용하고 있습니다.
$ git --version
git version 2.9.3.windows.1
Windows 7에서 리포지토리를 복제하면 다음이 표시됩니다.
$ git clone https://UserName@bitbucket.mycompany.org:5555/scm/repofolder/repo.git
Cloning into 'repo'...
Fatal: UriFormatException encountered.
Fatal: UriFormatException encountered.
Fatal: UriFormatException encountered.
Fatal: UriFormatException encountered.
remote: Counting objects: 2666, done.
remote: Compressing objects: 100% (1426/1426), done.
remote: Total 2666 (delta 1378), reused 2112 (delta 1047)
Receiving objects: 100% (2666/2666), 1.53 MiB | 715.00 KiB/s, done.
Resolving deltas: 100% (1378/1378), done.
Checking connectivity... done.
다른 문제 가이 UriFormatException과 관련이 있다고 생각합니다. 예외가 발생하는 이유와 문제를 해결하는 방법을 아는 사람이 있습니까?