Thank you very much Michael, I'm having a git learning day and your videos are easy to follow. About the SSH login, I was trying to figure out how to specify the path in the server, because I have this error when trying to push: fatal: '/your path' does not appear to be a git repository.
After a while (I'm not precisely a good linux user) looking and trying this works for me:
@RoyVuurwerk Parabox2 was the host name for the virtual machine I used for the videos. Normally you would have a a fully qualified name here, like git.example.com or whatever. However, this wasn't needed in my example because it was all one local machine, so local name resolving was used - no need for a fully qualified domain name.
excellent video.. thank you so much
AbdulMajeeth2502 5 days ago
use the TAB key more often. :)
Xioxio000 6 days ago
Thank you very much Michael, I'm having a git learning day and your videos are easy to follow. About the SSH login, I was trying to figure out how to specify the path in the server, because I have this error when trying to push: fatal: '/your path' does not appear to be a git repository.
After a while (I'm not precisely a good linux user) looking and trying this works for me:
git remote add origin 'yourUserName@yourServer:your path'
Hope it helps someone else.
Cheers.
fidaniellp 2 weeks ago
"It is more work, but it is better"
"*Sigh* sudo..."
devinrhode4 5 months ago
Thank you so much! Your tutorial are very clear and practical. Got me started on git very quickly! Cheers
onetamer 9 months ago
How is 'parabox2' a hostname?
Cause it saying clearly you need to type: [user@]hostname
RoyVuurwerk 1 year ago
@RoyVuurwerk Parabox2 was the host name for the virtual machine I used for the videos. Normally you would have a a fully qualified name here, like git.example.com or whatever. However, this wasn't needed in my example because it was all one local machine, so local name resolving was used - no need for a fully qualified domain name.
MichaelMarner 1 year ago