在Windows上使用git bash克隆时,出现致命错误:遇到UriFormatException
我正在使用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 …