taniarascia / comments

Comments
7 stars 0 forks source link

getting-started-with-git/ #88

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Git Tutorial: Get Started with Version Control | Tania Rascia

Git is a difficult subject to tackle for self-taught web developers who didn't learn to code with a team. If you've always worked alone and…

https://www.taniarascia.com/getting-started-with-git/

tristanlefranc commented 3 years ago

hey @taniarascia so I followed everything, and everything work..; till i am getting stuck at the end. when I "ssh" into my host ($ ssh user@ftp) here is what I was prompted with

The authenticity of host ftp (217.160.233.01)' can't be established. ECDSA key fingerprint is SHA256:J4oM+B2g7zZWAI3DolXR1e4vdIMrGO301kEN14/slsQ. Are you sure you want to continue connecting (yes/no/[fingerprint])? y Please type 'yes', 'no' or the fingerprint: yes Warning: Permanently added 'ftp' (ECDSA) to the list of known hosts. Connection closed by 217.160.233.01 port 22


so I am assuming that it asked me if am sure t wanted connect to the ftp... to which i answered "yes". but then it says permanently added...

tkrempser commented 3 years ago

The correct command to list Git settings is git config --list.

gauravrjoshi commented 2 years ago

Hi @taniarascia,

Could you help me, How I can configure multiple Git account. If we have multiple git account so how can we setup it inside a folder. (one folder to one git account).

Thanks.

don-ferris commented 1 year ago

This tutorial was incredibly helpful! I had been struggling badly trying to figure out pushes and pulls. This helped a lot although it was clearly written before
"remote: Support for password authentication was removed on August 13, 2021. remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication. fatal: Authentication failed for 'https://.....' " Once I created a personal access token ( https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token if anyone needs it), everything works great!

ghost commented 8 months ago

Hi, new here. no experience at all. I was following along and messed up along the way. How do you delete the project? I need to start over to understand, I don't know where I am.