Answer the question
In order to leave comments, you need to log in
Why does bitbucket ask for a password when committing to a server?
I use https://bitbucket.org service to work with git commands
Created an RSA key:
ssh-keygen -t rsa
Копируем содержимое открытого ключа в новый, создаваемый файлик – authorized_keys:
cat id_rsa.pub >> authorized_keys
Выставляем права на директорию .ssh/, и все ,что в ней находится:
chmod -R 600 *
chmod 700 ~/.ssh/
git push -u origin --all
Answer the question
In order to leave comments, you need to log in
Clone from this link [email protected]:your_nick/repository_name
Or change the address for origin
(something like this git remote set-url origin [email protected]:your_nick/repository_name)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question