eli-schwartz / aurpublish

PKGBUILD management framework for the Arch User Repository
GNU General Public License v2.0
249 stars 18 forks source link

pull doesn't work off the bat #6

Closed SampsonCrowley closed 4 years ago

SampsonCrowley commented 4 years ago

Steps to Reproduce:

mkdir test
cd test
git init

Initialized empty Git repository in /home/samps/packages/test/.git/ touch README.md

git add -A
git commit -am "initial"

[master (root-commit) 2602425] initial 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 README.md

aurpublish --pull heroku-cli

git fetch aur:heroku-cli.git master ssh: Could not resolve hostname aur: Name or service not known fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

SampsonCrowley commented 4 years ago

Nevermind, I failed to notice that the ssh config added an alias to aur.archlinux.org