Fixed installing issue with no set remote

- Added default remote repo
- Fixed adding and removing remote repos
This commit is contained in:
David Allen 2023-05-27 13:47:52 -06:00
parent 8b1f1374d8
commit 996c47466e
6 changed files with 46 additions and 29 deletions

View file

@ -23,8 +23,10 @@ namespace gdpm::constants::error{
DIRECTORY_EXISTS,
DIRECTORY_NOT_FOULD,
HOST_UNREACHABLE,
REMOTE_NOT_FOUND,
EMPTY_RESPONSE,
INVALID_ARGS,
INVALID_ARG_COUNT,
INVALID_CONFIG,
INVALID_KEY,
HTTP_RESPONSE_ERROR,