Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialtaylornajjar
15,807 Pointserror: internal error: refs/remotes/origin/master is not a valid packed reference!
I keep getting this error when I'm trying to clone a project on my machine:
$ git clone ~/project newproject Cloning into 'newproject'... done. error: internal error: refs/remotes/origin/master is not a valid packed reference! error: Trying to write ref refs/heads/master with nonexistent object 03c4aba26553ada94925f4112292affd652d0396 fatal: update_ref failed for ref 'HEAD': cannot update the ref 'HEAD'. fatal: The remote end hung up unexpectedly
I'm using git bash.
Why can't I clone the project?