repository not found
git remote set-url origin https://[email protected]/aceofwings/RotairERP.git
//your repository is probably private
repository not found
git remote set-url origin https://[email protected]/aceofwings/RotairERP.git
//your repository is probably private
ERROR: Repository not found.
# Maybe your are trying to use more than one repo on the same server. I
# had to setup config to use both repos on the same server with different
# ssh keys. Here is what helped me.
# 1. Create a file for the configuration
mkdir ~/.ssh/config
# 2. Add list your configuration to the file with IdentityFile being the
# path to the ssh key file name.
Host github.com
HostName github.com
IdentityFile ~/.ssh/id_rsa
Host github.com-example2
HostName github.com
IdentityFile ~/.ssh/id_rsa_example2
# Cloning the first repo with the ssh key, id_rsa, looks like:
git clone [email protected]:User/Repo.git
# Cloning the other with the ssh key, id_rsa_example2, looks like:
git clone [email protected]:User/Repo.git
remote: Repository not found. fatal: repository 'https://github.com/Zoetis-Hybris/ZoetisGCP.git/' not found
conflict with local github network , so had to remove the local github network and was able to pull remote successful
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us