Ich benutze Git Bash
$ git --version
git version 2.9.3.windows.1
unter Windows 7. Wenn ich ein Repo klone, sehe ich:
$ 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.
Ich vermute, dass einige andere Probleme mit dieser UriFormatException zusammenhängen. Weiß jemand, warum die Ausnahme auftreten könnte und wie das Problem behoben werden kann?
Achten Sie beim Einstellen des Proxys darauf, dass Benutzername und Passwort keine Symbole enthalten. Ein bereinigtes Passwort während der Proxy-Einstellung hat das Problem für mich behoben.
quelle
Hatte das gleiche Problem. Ich habe gerade die System-GIT in Embed-GIT geändert und mit der Arbeit begonnen.
Grüße, Basavaraj
quelle