I push with tortoisegit two repositories on same workspace, old repository can push without error but newly created one returned following error.
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: Could not read from remote repository.
I checked tortoisegit setting, but only url has difference, but other setting is same.
Is there some restriction to newly created repository?
old good url
ssh://git@bitbucket.org/mikeshimura/yjstylego.git
new bad url
ssh://git@bitbucket.org/mikeshimura/ygodnew.git
other settings are same
Self resolved.
URL had space trailer and I removed it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.