Did someone encounter this problem with eclipse? I keep getting the error "cannot open git-upload-pack" when opening the error log, I see this is caused by an illegal character '^'. I can't change the git repository location. When executing "git pull" from command line, it works fine. (I am using eclipse neon version)
Asked
Active
Viewed 201 times
1 Answers
0
try to replace the caret with it's equivalent URI code:%5E
.

Abdelaziz Mokhnache
- 4,269
- 3
- 25
- 35
-
Thanks, but it doesn't work... It automatically switches the code to ^ on save. – galit Dec 26 '16 at 11:49