When doing a PULL request i always get this:
git -c diff.mnemonicprefix=false -c core.quotepath=false fetch origin Fatal: ArgumentException encountered.
WHY?
Gratned, the Pull request is successful in the end but the fatal exception in the log always bothers me. Any ideas what is causing it?
I encountered the same problem. You can go to "Tools"-"Options", in the "Git" tab, at the bottom of this tab, see which Git version you are using. If you "use System Git", the error could be due to an old version of Git. You can either choose to update your Git of your system, or choose "Use Embedded Git", see if the issue can be solved. I solved my issue in both ways.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Helped me!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks...this helped me too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Helped me
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I found the same issue, but I fixed after changing the Git options to "System Git"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Switching to Embedded Git seems to help. However, I would like to be able to use the one on my system which is newer.
I also tried to update the Credentials Manager for Windows as suggested here, but didn't work
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Solved my issue! Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yay!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Choosing 'Use Embedded GIT" resolved my issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Solved my issue too ! Thanks :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am also encountering the same problem.
Did you manage to find an answer to this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am still getting this error. Switched between both gits, and downloaded the latest embedded git. No difference.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've been getting the issue below. I just updated my embedded git, but still seeing issue. Any other suggestions?
git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags origin feature/2485__approved_claims_printing:feature/2485__approved_claims_printing
fatal: HttpRequestException encountered.
An error occurred while sending the request.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.