Saturday, February 22, 2014

Hello World with Git

I was going through create a repo on GitHub, and these were a few link that I used:

https://help.github.com/articles/create-a-repo

Installing Git on Ubuntu 12:04:
https://www.digitalocean.com/community/articles/how-to-install-git-on-ubuntu-12-04

Error from Gnome keyring:
http://askubuntu.com/questions/243210/why-do-i-get-this-warning-from-gnome-keyring-in-xubuntu

Generating ssh keys for github:
https://help.github.com/articles/generating-ssh-keys

Errors with ssh keys:
https://help.github.com/articles/error-agent-admitted-failure-to-sign

Also some notes:

make sure you register the public key with github!

For some reason it helped to remove the git repository and start over.

No comments:

Post a Comment