You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
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.
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.
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.
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.
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.