Diogo Pereira
Diogo Pereira
https://github.com/aspnet/LibraryManager/blob/03883694a47bf3391ef68555cac7f69e8011ac5f/src/LibraryManager/Configuration/Settings.cs#L86-L99
@dhwaneetbhatt yes, the point is that increasing a liability should be red because it is more natural (red="bad", green="good").
It looks like the same thing happens if you set PowerShell as the default shell in the registry, so it's not just a problem with cmd.exe.
To work around this issue, you can run the following commands in your local repository: ``` git config --local remote.origin.receivepack "powershell git receive-pack" git config --local remote.origin.uploadpack "powershell git upload-pack"...
After further testing, I still get an error (early EOF) when pushing binary files. This is with v0.0.17.0.
Try `git clone username@domain@hostmachine:D:/testgit/myrepo.git`. You will probably continue to get the "does not appear to be a git repository" error after that, because of the way that `cmd.exe` handles single...
@bingbing8 I would set it in `~/.ssh/config`. Another alternative would be to set the environment variable `GIT_SSH_COMMAND="ssh -p 47003"`. I didn't test that, but it should work.
Yes, I tried on 0.0.20.0. However, this does not happen with all binary files. @razrjk seems to think it is related to the size of the data ("cmd.exe does not...
Here is a simpler alternative. Try pushing this 28K file: https://repo.gradle.org/gradle/libs-releases-local/org/gradle/gradle-wrapper/4.1/gradle-wrapper-4.1.jar
After doing some more testing, it looks like the failures are not consistent after all. The file that I meantioned above (`gradle-wrapper-4.1.jar`) failed every time, but after trimming it to...