Hi,(we should move this discussion to the gretl-devel mailing list)clive@clivubu:~/gretl-git$ sudo git push
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.You really like to sudo git ;)(no need for sudoing git!)If I got right you wanted to push changes (none) to the "simple" repository, so you set it as default.But probably your repository is "origin". You may check what repositories you have with:git remote -vTo know what branches you do:git branch -aWhen I want to push my changes I do:# before I selected the branch I am working at, for example "master", with "git checkout master"git add -i# interactively select what files to pushgit commit# actually put them on the queue to pushgit push origin master# select the repository and branch and upload changesThe files you have on your disk are new files (and they ARE NOT to be pushed). It happens the same in my system.That's not happened before and this is a clean gretl-git folder from Sunday night. Thoughts?This git stuff is a new thing in this project and we must set the .gitignore file with the extensions and directories to be ignored (either on our own systems and on github/sourceforge).
_______________________________________________
Gretl-users mailing list
Gretl-users@lists.wfu.edu
http://lists.wfu.edu/mailman/listinfo/gretl-users