Answer the question
In order to leave comments, you need to log in
Where to get the password when working with git?
I am learning to work with Git.
Tell me what am I doing wrong?
1. I created a folder, uploaded a couple of files / opened Git Bash and wrote git init
2. I want to connect to a remote repository on Bit Backet. Created a repository there. And here is the instruction
git clone https://[email protected]/sammy9204/firstrepo.git
cd firstrepo
echo "# My project's README" >> README.md
git add README.md
git commit -m "Initial commit"
git push - u origin master
I insert the first line into GitBush, a window pops up where I need to enter my login and password? Where can I get them from? I tried to enter the box and password when logging in to BsheBacket does not work
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question