我一直在使用Github。我开始使用BitBucket我的私有存储库。我发现git命令在BitBucket上与GitHub不同。例如,一个Git命令" git push origin master"适用于GitHub,但不适用于BitBucket,
fatal: 'origin' does not appear to be a git repository
fatal: Could not read from remote repository.
以下是命令" git remote -v"的输出:
master https://myAccount@bitbucket.org/myAccount/codingexercise.git (fetch)
master https://myAccount@bitbucket.org/myAccount/codingexercise.git (push)