When trying to push changes to the archive, the following msg is produced.
fatal: 'origin': unable to chdir or not a git archive fatal: The remote end hung up unexpectedly In searching for the error message meanings, I located the man page for git, linked from the Git FAQ page: http://git.or.cz/gitwiki/GitFaq#head-a073591f622d9be44c72e60c9cb0372a611cbcda However, the problem was not determined. Keep in mind that I am a total beginner to Git Bash and Git GUI. The GIT Bash is not as confusing as the GUI (to me). The problem came about when attempting to remove a file and create a new file. Using Git Bash to execute an rm statement for the file, the file became removed from my local directory (!). I had apparently had a misconception that the rm command would work on the remote repo; it does not. What else could be the cause of the problem is or why I am receiving the msg? How can I commit my changes? It would be helpful to know what I did wrong or what I am misunderstanding. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/github?hl=en -~----------~----~----~----~------~----~------~--~---
