You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
On Ubuntu I enter:
git remote set-url origin https://{username}:{app pw}@bitbucket.org/Andrew_Chalk/exhibit.git
with {} parameters entered.
then:
git push origin master
I get:
"remote: You may not have access to this repository or it no longer exists in this workspace. If you think this repository exists and you have access, make sure you are authenticated.
fatal: repository 'https://bitbucket.org/Andrew_Chalk/exhibit.git/' not found"
I have spent a time on this and cannot figure out what I am doing wrong.
Help appreciated.
G'day @Andrew Chalk
There was no repository on our from the URL you shared. I suspect you are using the wrong workspace name; hence it's failing to locate the repository.
Could you open the affected repository in UI, click clone at the right side corner, and select HTTPS, then use the URL to change your local remote URL?
You can also check our documentation here on the right format when changing git remote URL.
Additional note, you don't need {} parameter in the URL.
Cheers,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.