i have tried all means to add this remote repository but i cant pull or push when i push a git-hub repository it works what am i missing
e.gatoto@EMMANUEL MINGW64 ~/Desktop/myrepo.git (master) $ git push origin master e.gatoto@192.168.180.27's password: fatal: ''~/Desktop/myrepo.git'' does not appear to be a git repository fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
e.gatoto@EMMANUEL MINGW64 ~/Desktop/myrepo.git (master)
List item
Asked
Active
Viewed 307 times
0

Mannu254
- 25
- 6
1 Answers
0
If you have double authentication on github you will have to create a key when pushing from remote to get access to the repository.
You will then use the key password instead of the password to your github account.
Maybe its related?

Lervad
- 106
- 6
-
I have already enable ssh on my server and am able to connect to my server via ssh but when i push it gives the error – Mannu254 Oct 22 '21 at 11:42