microsoft / Git-Credential-Manager-for-Mac-and-Linux

Git Credential Manager for Mac and Linux stores credentials for Git version control securely. Provides secure logon for Visual Studio Team Services (visualstudio.com).
Other
406 stars 237 forks source link

Git trying to access old jar file #96

Closed bennyboy23 closed 6 years ago

bennyboy23 commented 6 years ago

I have updated the git-credential-manager to 2.0.4 and git is still trying to use the 2.0.3 jar file

Error: Unable to access jarfile /usr/local/Cellar/git-credential-manager/2.0.3/libexec/git-credential-manager-2.0.3.jar

screen shot 2018-10-15 at 20 35 30

I have updated git to the latest version and reinstalled credential manager. Any advice?

Thanks, Ben

novak commented 6 years ago

After updating did you run git-credential-manager install? This essentially writes out to the git config file the location of the jar.

bennyboy23 commented 6 years ago

Hi Novak, I think you are correct good sir! Presumed homebrew would do that part for me but its working now. Thanks!

novak commented 6 years ago

I can look into potentially supporting that.