Hi all When trying to push my changes to git, I got following error:
timtas@dalglish:~/src/blfs-git$ git commit -a [trunk 8355679be] Upgrade to curl-7.76.1. 4 files changed, 15 insertions(+), 4 deletions(-) timtas@dalglish:~/src/blfs-git$ git push fatal: remote error: access denied or repository not exported: /blfs.git I cloned the repo using: git clone git://git.linuxfromscratch.org/blfs.git blfs-git git remote shows: timtas@dalglish:~/src/blfs-git$ git remote -v origin git://git.linuxfromscratch.org/blfs.git (fetch) origin git://git.linuxfromscratch.org/blfs.git (push) Anybody got an idea what I did wrong? Bye Tim -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page