I created a public repository on Github and cloned it. While on Fedora, I was able to commit and push to the repository. SmartGit allowed me to connect to the repository via an authentication token. But when I came to Windows and tried to clone the repository, SmartGit is able to stage and commit, but trying to push, causes an "Authentication failure". I googled it and the below links didn't help (probably because I didn't do it right). I've been stuck with this problem for quite a while now.
How can I resolve a permission denied error with git-remote-https?
SmartGit won't authenticate with ssh
http://derekreynolds.wordpress.com/2011/01/18/how-to-set-up-smartgit-with-github/
- Is it because a read-only repository got created on my local system?
- Howcome in Windows, SmartGit doesn't allow an option to authenticate with an authentication token?
- Could anyone explain the step by step procedure of cloning a public repository until being able to push changes/new-files to it?