3
Windowsでgit bashを使用してクローンを作成すると、Fatal:UriFormatExceptionが発生します
git bashを使用しています $ git --version git version 2.9.3.windows.1 Windows7。レポのクローンを作成すると、次のように表示されます。 $ 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: …