Closed SampsonCrowley closed 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.
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.
Nevermind, I failed to notice that the ssh config added an alias to aur.archlinux.org
ssh
Steps to Reproduce: