You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hola! estoy intentando hacer el deploy y me tira el siguiente error:
-----> App not compatible with buildpack: https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku/python.tgz
remote: More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure
remote:
remote: ! Push failed
remote: !
remote: ! ## Warning - The same version of this code has already been built: c72e0b4feb3654c935e7a22188ebf8b6984efaa7
remote: !
remote: ! We have detected that you have triggered a build from source code with version c72e0b4feb3654c935e7a22188ebf8b6984efaa7
remote: ! at least twice. One common cause of this behavior is attempting to deploy code from a different branch.
Me sale que se puede solucionar corriendo git push heroku :main pero no tengo idea que poner en :( me podrian ayudar?
The text was updated successfully, but these errors were encountered:
Hola, para poder obtener el nombre de la branch en la que te encuentras trabajando actualmente puedes utilizar el comando git checkout al interior de tu repositorio
Hola! estoy intentando hacer el deploy y me tira el siguiente error:
-----> App not compatible with buildpack: https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku/python.tgz
remote: More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure
remote:
remote: ! Push failed
remote: !
remote: ! ## Warning - The same version of this code has already been built: c72e0b4feb3654c935e7a22188ebf8b6984efaa7
remote: !
remote: ! We have detected that you have triggered a build from source code with version c72e0b4feb3654c935e7a22188ebf8b6984efaa7
remote: ! at least twice. One common cause of this behavior is attempting to deploy code from a different branch.
Me sale que se puede solucionar corriendo git push heroku :main pero no tengo idea que poner en :( me podrian ayudar?
The text was updated successfully, but these errors were encountered: