4

I have a git repo on AWS CodeCommit, and I want to import it using the BitBucket web interface. I used the https access keys but it's giving me (No repository exists at that URL.), although it has not authentication problem.

fatal: unable to access '*https://repoUR*L': The requested URL returned error: 403 11:55:32 Remote Git clone failed: : Command failed. Return value: 128

AyaR.
  • 89
  • 1
  • 10
  • If you simply pushed that repo to BitBucket, it would have been done faster than you can finish writing the above question. :-) – Noel Llevares Dec 06 '17 at 13:23
  • I did so, but it added the master branch only, not the whole repo. I used git remote, and then git push -u master – AyaR. Dec 07 '17 at 11:56
  • 1
    That's because you only pushed `master`. You have to push each branch. Or, if you have many branches, `git push --all` and `git push --tags`. – Noel Llevares Dec 07 '17 at 20:46

0 Answers0