You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2018. It is now read-only.
I will see this error message, which could be more specific:
error: Error opening file: No such file or directory
When I then download the GPG file and try again, I see:
error: Remote configuration for "prefixsuffix" already exists: /home/murrayc/.local/share/xdg-app/repo/config
so I have to
$ xdg-app delete-remote --user prefixsuffix
and then do it again.
So I guess the error didn't really stop the add-remote operation.
I might get around to fixing this myself at some point.
The text was updated successfully, but these errors were encountered:
murraycu
added a commit
to murraycu/xdg-app
that referenced
this issue
Dec 14, 2015
It seems wise to check local files before checking remote files.
Then we can fail more quickly.
And this stops us from adding a remote repository even when the
specified gpg key could not be found:
alexlarsson#92
If I forget to download the gpg key, and then do, for instance:
I will see this error message, which could be more specific:
error: Error opening file: No such file or directory
When I then download the GPG file and try again, I see:
error: Remote configuration for "prefixsuffix" already exists: /home/murrayc/.local/share/xdg-app/repo/config
so I have to
and then do it again.
So I guess the error didn't really stop the add-remote operation.
I might get around to fixing this myself at some point.
The text was updated successfully, but these errors were encountered: