push broken
Elan Ruusamae
glen at delfi.ee
Mon Apr 30 15:24:06 CEST 2018
[~/relup/test(1) (rw-check)] ➔ git push -u
fatal: '/packages/test' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
[~/relup/test(1) (rw-check)] ➔ cat .git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = git://git.pld-linux.org/packages/test.git
fetch = +refs/heads/*:refs/remotes/origin/*
fetch = refs/notes/*:refs/notes/*
push = refs/notes/*:refs/notes/*
push = HEAD
pushurl = ssh://git@git.pld-linux.org/packages/test
[branch "master"]
remote = origin
merge = refs/heads/master
[push]
default = current
[~/relup/test(1) (rw-check)] ➔ git push -u
ssh://git@git.pld-linux.org/packages/test rw-check
fatal: '/packages/test' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
[~/relup/test(1) (rw-check)] ➔ git push -u
ssh://git@git.pld-linux.org/packages/test.git rw-check
fatal: '/packages/test.git' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
[~/relup/test(1) (rw-check)] ➔ git push -u
git://git.pld-linux.org/packages/test.git rw-check
fatal: remote error: access denied or repository not exported:
/packages/test.git
[~/relup/test(1) (rw-check)] ➔ git push -u
git://git.pld-linux.org/packages/test rw-check
fatal: remote error: access denied or repository not exported:
/packages/test
[~/relup/test(1) (rw-check)] ➔
More information about the pld-devel-en
mailing list