Hello I'm using bitbucket along with git to manage a project. I tried to follow their mini-tutorial:
mkdir /path/to/your/projectcd /path/to/your/project git init git remote add origin https://[email protected]/wod123/wod2-test.git echo "wod" >> contributors.txt git add contributors.txt git commit -m "Initial commit with contributors" git push -u origin master
but I get fatal: Unable to find remote helper for 'https'
I tried to reinstall git but I can't find a solution.
How can I fix this please?
I use Ubuntu 16.04 LTS and my Git version is 2.9.2.