Create new repo on Bitbucket from Git Bash terminal?

前端 未结 7 2199
半阙折子戏
半阙折子戏 2020-12-22 19:53

Is it possible to create a new repository in Bitbucket by using command line Git? I have tried the following:

git clone --bare https://username@bitbucket.org         


        
相关标签:
7条回答
  • 2020-12-22 20:42

    @hannester I forked and slightly modified your script.

    You had the incorrect remote url (you left your username in the script). Modified it to included Username and Password in the script file.

    And renamed, with instructions on how to add to path:

    https://bitbucket.org/oscarmorrison/newgit

    0 讨论(0)
提交回复
热议问题