Question
How to pull master branch from bitbucket
I know just enough about git to commit / push, but can’t seem to get it to download to DO so I can actually host my project.
I am trying to download from mt git repository. I use bitbucket. I’ve tried every variation og git pull and git clone using my url from bitbucket git@bitbucket.org:user/project.git.
remote: not found
fatal: repository ’git@bitbucket.org:user/project.git’ not found
Permission denied (publickey)
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×