Wiki

Clone wiki

unitygrounds / Home

Had to set the SSH key at the Team level instead of the project level.

That allowed me to push my code and new branch, but then the fucking system has the balls to warn me that this "is no longer supported". Which is garbage, because I can't push when I set the SSH key at the project level.

Anyway, here's my current set up that works:

  • Added my SSH key at the HypnicTwitch settings level
  • Bens-MacBook-Pro:unitygrounds catsandcode$ git remote -v origin git@bitbucket.org:hypnictwitch/unitygrounds.git (fetch) origin git@bitbucket.org:hypnictwitch/unitygrounds.git (push)
  • I have to do it this way because the app password that I created is not being honored when I enter it upon a push.
  • Either I have this set up incorrectly, or this is an incorrect way of uploading changes ** Might be the more traditional online 'pull request' paradigm???

Updated