trying to install newm fails
Closed this issue · 1 comments
Deleted user commented
I am on Gentoo. I have successfully installed pywm. But when I run
pip3 install --user git+https://github.com/jbuchermn/newm
I get the following error
Running command git submodule update --init --recursive -q
aur@aur.archlinux.org: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'ssh://aur@aur.archlinux.org/newm-git.git' into submodule path '/tmp/pip-req-build-4yyapb39/dist/newm-git' failed
Failed to clone 'dist/newm-git'. Retry scheduled
aur@aur.archlinux.org: Permission denied (publickey).
fatal: Could not read from remote repository.```
jbuchermn commented
Actually it was a very bad idea to add the aur repo as a submodule. I just cleaned this up, so this error shouldn't happen again.
I saw from your other comment that you succeeded in installing. So closing this issue now.