Error Refs Remotes Origin Plat 4366 Does Not Point

[Solved] Error Refs Remotes Origin Plat 4366 Does Not Point | Shell - Code Explorer | yomemimo.com
Question : error: refs/remotes/origin/PLAT-4366 does not point to a valid object!

Answered by : sean-matabire

git gc
git fsck --full
git reflog expire --expire=0 --all
git update-ref -d 0d998c99b6d01e8aabca72b1934802acf90b8fc9
git gc --aggressive
git remote update --prune

Source : https://stackoverflow.com/questions/13881609/git-refs-remotes-origin-master-does-not-point-to-a-valid-object | Last Update : Mon, 01 Jun 20

Answers related to error refs remotes origin plat 4366 does not point to a valid object

Code Explorer Popular Question For Shell