On 4/14/21 6:24 PM, Tim Tassonis via blfs-dev wrote:
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?

Check https://rivendell.linuxfromscratch.org/lfs/LFS-EDITORS-GUIDE.html#ch02-gitssh

You need to checkout as g...@git.linuxfromscratch.org:blfs.git blfsbook

not git: which is for non-editors.

  -- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to