Asked 8 years, 3 months ago
Viewed 45 times
0
Trying to commit a project to push brings the following message:
what may be happening?
Use git fetch, then try to do the commit again.
git fetch
– stderr
fatal: Couldn’t find remote ref HEAD
– Guilherme Lima
Browser other questions tagged git github webstorm
Use
git fetch
, then try to do the commit again.– stderr
fatal: Couldn’t find remote ref HEAD
– Guilherme Lima