I just went to work as usual this morning. And upon refreshing github.com’s repository… I found the following notice appeared on top of my screen. Interesting .. Although most
Tag: git
Unable to push to git repository : insufficient permissionUnable to push to git repository : insufficient permission
Upon git push : am having the following error msg : error: insufficient permission for adding an object to repository database ./objects the fix : ssh git-server cd /data/git/projectname chmod
Git via ssh and gnome-terminalGit via ssh and gnome-terminal
Firstly need to install git itself with the following yum install git -y --enablerepo rpmforge After that setup the SSH key correctly .. so that can login to remote central