Forum Navigation
You need to log in to create posts and topics.

Troubleshoot GIT issues

ERROR: fatal: remote origin already exists.
when trying to add new repository
git remote add origin root@gitserver:/home/git/srv/Logic
How to fix
git remote set-url origin git@gitserver:/home/git/srv/Logic

 

ERROR: When running ‘git status’ getting the following errors
error: Could not read 8124cc15c63be92d534e4cdfa33c38d54deee122
error: unable to read tree object HEAD
How to fix
git fsck