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
I am working on a project where I just switched to source tree using github. I cannot push and keep getting "pushing to http://github.com/username/project.git remote: Repository not found. fatal: repository 'https://github.com/username/project/git/' not found"
I am not using bitbucket yet the text before the error includes bitbucket
git --no-optional-locks -c color.branch=false -c color.diff=false -c color.status=false -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree -c lfs.customtransfer.bitbucket-media-api.path=/private/var/folders/5_/1wzqhdwn3msd81_w8w082ftc0000gn/T/AppTranslocation/2186D3EB-81DE-4012-9809-4425BE7F9FC4/d/Sourcetree.app/Contents/Resources/git_local/git-lfs/git-lfs-bitbucket-media-api push
I already have my github account signed in on accounts in source tree using a SSH and checked everything I could. Please help me solve this issue. I need to get this working ASAP!