Work around it by following steps: ``` # initialize a local repo folder git init mylocalrepo cd mylocalrepo # add the remote repro git remote add origin username@domain@servermachine:C:/test/myrepo.git # work around the known issue by launching powershell ...
↧