ga-wdi-exercises / project1

[project] GA- Project 1
3 stars 75 forks source link

issue with github #207

Closed tkentor closed 9 years ago

tkentor commented 9 years ago

My changes are no longer committing to github. I changed the name of the folder, but now it won't let me add new changes even after changing the name back.

ebirving commented 9 years ago

What message do you get when you git push? And what happens when you do git remote -v?

tkentor commented 9 years ago

Nothing happens with git remote -v. Git push yields: fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

ebirving commented 9 years ago

It looks like you lost the connection to your remote. Try doing a git remote add origin with your github repo and then try again.