ssh - Git pull fatal error[could not read remote repository] -


i want pull , push code openshift. using gitbash. when pull got error:

$ git pull fatal: '~/git/app.git/' not appear git repository fatal: not read remote repository. 

please make sure have correct access rights , repository exists.

how solve it.

i suppose remote named origin doesn't reference opehshift repo.
type:

git remote -v 

if url of remote repo wrong, change with:

git remote set-url origin /url/openshift/repo 

see "using git repository" of getting started openshift online doc rhc specific commands.


Comments

Popular posts from this blog

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -