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!