We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 38525
    • 26 Posts
    Hi all,

    I've created a git repo in one of my clouds, but somehow I can't push it to Bitbucket.. Keep getting this error:

    fatal: Unable to find remote helper for 'https'

    Added the remote origin using: git remote add origin https://[email protected]/username/bootqamp.git
    And I've tried pushing using: git push origin master and git push -u origin --all

    Anyone has any ideas?