Hello,
I created an online repository on GitHub.com.
I was adding/removing/modifying files on that repository normally from a computer I was using.
Now, I am using a different computer and I do not have the original local repository that was stored on the other computer I was using.
So, I created a folder whose name is the same as the name of the repository and I put the files inside that folder along with git of-course.
What I wanted to do is to modify my online repository but I have problems in doing that.
Mainly that i could not push.
Git gives an error back which I could not resolve. I searched online on how to resolve the problem.
Of-course I found solutions but non-of them worked.
What one should do in-order to modify an an online repository form another computer?
Edit:
I do not have a problem with the ssh-key.
I had a problem but I resolved it by creating a new ssh-key. here is the error:
! [rejected] master -> master (non-fast forward) error:
failed to push some refs to '[email protected]:me/me.git'
To prevent you from losing history, non-fast-forward updates were rejected
Merge the remote changes before pushing again.
See the 'non-fast forward' section of 'git push --help' for details.