Ho un repository moodle
sul mio account Github che ho forked
dal repository ufficiale.
Quindi l'ho clonato sulla mia macchina locale. Ha funzionato bene. Ho creato diversi rami (sotto il master
ramo). Ho fatto diversi commit e ha funzionato bene.
Non so come ricevo il seguente errore quando lo faccio: git push origin master
fatal: 'origin' does not appear to be a git repository
fatal: The remote end hung up unexpectedly
Come risolvo l'errore senza influenzare il mio repository su Github?
sto usando Ubuntu 12.10
Il contenuto del mio .git/config
dopo averlo fatto cat $(git rev-parse --show-toplevel)/.git/config
dà:
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[branch "master"]
[branch "MOODLE_23_STABLE"]
[branch "MOODLE_24_STABLE"]
[remote "upstream"]
url = git://git.moodle.org/moodle.git
fetch = +refs/heads/*:refs/remotes/upstream/*
cat $(git rev-parse --show-toplevel)/.git/config