-1

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)

galit
  • 1

1 Answers1

0

try to replace the caret with it's equivalent URI code:%5E.

Abdelaziz Mokhnache
  • 4,269
  • 3
  • 25
  • 35