nickola / web-console

:desktop_computer: Simple web-based shell in your browser (outdated)
https://nickola.ru/projects/web-console
1.55k stars 350 forks source link

git push fails #40

Open patackett opened 6 years ago

patackett commented 6 years ago

I installed the web console and have it mostly working. However, I am struggling with some git commands at the moment. I can do some git commands through web console, like checking out branches and creating commits. For some commands I must use sudo but not all. Sadly, I have not been able to get a git push to work and I keep getting the following error:

Could not create directory '/var/www/.ssh'. Host key verification failed. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.

When executing a git push, it does not even take me to a login for the remote. Not sure where to go from here but any help would be greatly appreciated. Thanks!