Hi everyone,

It's a miracle I've gotten this far with the amount of knowledge that I 
don't have with coding, hosting, django, heroku, git etc.  However, I've 
been using a heroku server to serve my website for the last couple of 
months and I've been able to do so without any issues.

However, last week I was away from my office and i tried to make some 
changes to my site via a new machine, which I knew was a bad idea.  I 
committed one change, never pushed it using "git push heroku master" and 
then deleted the change using git reset


Now that I'm back in my office at my original machine, I'm having all sorts 
of issues and I cannot commit any changes or even hookup with git on the 
same page.

When I try to push to heroku master I get:
![rejected] master --> master (non-fast forward)
error: failed to push some refs to 'https://git.heroku...
Updates were rejectred because the tip of your current batch is behind its 
remote counterpart.  Integrate the remote changes (e.g. git pull) before 
pushing again

okay- well that's all well and good, but I can't perform git pull, git 
fetch or anything along those lines either.

I get:

Permission denied (publickey) fatal could not read from repository
Please make sure you have the correct access rights and the repository 
exists

Please help!

Thanks,

Aaron

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/1ada81a0-3138-489d-b7b9-74b8c83e600a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to