Error when trying to see the History of the branch

0
Hi,    When I'm trying to open the History of the branch in the Studio Pro I get an error message saying:   "Unable to get branch history. Additional text encountered after finished reading JSON content: w. Path ", line 1, position 369."   My colleagues do NOT get the same errors on the same branches. What is going wrong on my setup that generates this issue?    
asked
3 answers
0

Dear Cojocaru,

 

Can you check if you're getting error when using "git log" through cmd and let me know

 

 

answered
0

Dear Cojocaru,

 

If the issue is happening sometimes and only for you, I think the issue may be in your local project repo.

1. Try cleaning logs and fetch again - run "git reflog expire --expire=now --all" and "git gc --prune=now --aggressive"

2. Delete local repo and download again from remote.

 

Hope my answer helps. Reach me out for any queries.

answered
0

Most of these issues will be solved when you delete the existing repo and download it again. 

 

Or try refetching the repo from Git Bash

answered