I am starter in git . I am using GitBush and entered as following.
git clone [url]
git checkout -b [branch name]
modified some files and then
git add .
git commit -m "[commit]"
git push origin [branch name]
But i encountered such error:
fatal: 'origin' does not appear to be a git repository
fatal: Could not read from remote repository.
And then there really are some branches on repository
But i execute command : git branch ,no branch showed But in vscode's bush terminal,it is well done!. what is the reason. Is anyone knows why such error occur? Thanks for your attention.