Ricevo questo errore quando sto provando a inviare i miei file in un rappresentante heroku.non è riuscito a inviare alcuni riferimenti a [email protected]
Ive set autocrlf = false già in gitconfig ma questo problema è ancora presente. ho anche provato questa soluzione here ma nessun guadagno.
Qualsiasi suggerimento è possibile che git stia ancora utilizzando le impostazioni di configurazione precedenti se sì, come posso aggiornarlo.
Grazie
C:\myapp>git push heroku
To [email protected]:myapp.git
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to '[email protected]:myapp.git'
To prevent you from losing history, non-fast-forward updates were rejected
Merge the remote changes (e.g. 'git pull') before pushing again. See the
'Note about fast-forwards' section of 'git push --help' for details.
durante il tentativo git pull heroku master
warning: no common commits
remote: Counting objects: 215, done.
remote: Compressing objects: 100% (147/147), done.
remote: Total 215 (delta 82), reused 132 (delta 62)Receiving objects: 79% (170/
Receiving objects: 100% (215/215), 1.49 MiB | 107 KiB/s, done.
Resolving deltas: 100% (82/82), done.
From heroku.com:myapp
* branch master -> FETCH_HEAD
Auto-merging start.php
CONFLICT (add/add): Merge conflict in start.php
Auto-merging src/appinfo.txt
CONFLICT (add/add): Merge conflict in src/appinfo.txt
Auto-merging result.php
CONFLICT (add/add): Merge conflict in result.php
Auto-merging landhere.php
CONFLICT (add/add): Merge conflict in landhere.php
Automatic merge failed; fix conflicts and then commit the result.
durante il tentativo git push heroku -f
F:\myapp>git remote add heroku [email protected]:myapp.git
F:\myapp>git push heroku
Counting objects: 41, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (40/40), done.
Writing objects: 100% (41/41), 1.36 MiB | 12 KiB/s, done.
Total 41 (delta 0), reused 0 (delta 0)
-----> Heroku receiving push
! Heroku push rejected, no Cedar-supported app detected
To [email protected]:myapp.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to '[email protected]:myapp.git'
mi ha aiutato nella prima esecuzione, ma ora sto ancora ricevendo questo errore e anche tirando non lo risolve, c'è un modo per cancellare tutto in linea così potrei semplicemente spingere il mio nuovo contenuto senza problemi? – Maven
Vuoi davvero eliminare ciò che altre persone hanno spinto? A proposito, sei sicuro che il tuo 'git pull' ha funzionato senza errori? – amcnabb
al momento sono l'unico che gestisce questo, voglio solo che la linea sia chiara, così ho potuto semplicemente spingere il mio nuovo contenuto al repository. – Maven