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
{{ message }}
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.
Hi,
The installation fails from step2 onwards. I have highlighted (bold) the failing commands below:
jl@lynx:/soft$ git clone https://github.com/ga4gh-beacon/beacon-demo
Clonando en 'beacon-demo'...
remote: Enumerating objects: 36, done.
remote: Total 36 (delta 0), reused 0 (delta 0), pack-reused 36
Desempaquetando objetos: 100% (36/36), listo.
jl@lynx:/soft$ # and go inside
jl@lynx:/soft$ cd beacon-demo
jl@lynx:/soft/beacon-demo$ git clone https://github.com/ga4gh-beacon/beacon-elixir.git code
Clonando en 'code'...
remote: Enumerating objects: 61, done.
remote: Counting objects: 100% (61/61), done.
remote: Compressing objects: 100% (61/61), done.
Recibiendo objetos: 9% (287/3013), 10.07 MiB | 3.31 MiB/s
remote: Total 3013 (delta 27), reused 0 (delta 0), pack-reused 2952
Recibiendo objetos: 100% (3013/3013), 20.78 MiB | 3.45 MiB/s, listo.
Resolviendo deltas: 100% (1433/1433), listo.
jl@lynx:/soft/beacon-demo$ cd code
jl@lynx:/soft/beacon-demo/code$ git checkout v1.0.1
Nota: actualizando el árbol de trabajo 'v1.0.1'.
Te encuentras en estado 'detached HEAD'. Puedes revisar por aquí, hacer
cambios experimentales y confirmarlos, y puedes descartar cualquier
commit que hayas hecho en este estado sin impactar a tu rama realizando
otro checkout.
Si quieres crear una nueva rama para mantener los commits que has creado,
puedes hacerlo (ahora o después) usando -b con el comando checkout. Ejemplo:
git checkout -b
HEAD está ahora en 1cfe675 Delete obsolete file.
jl@lynx:/soft/beacon-demo/code$ allowed.origins=
allowed.origins=*: orden no encontrada
jl@lynx:/soft/beacon-demo/code$ cd ..
jl@lynx:/soft/beacon-demo$ mkdir beacon
jl@lynx:/soft/beacon-demo$ cp code/elixir_beacon/target/elixir-beacon-1.0.1-SNAPSHOT.jar beacon/beacon.jar
cp: no se puede efectuar `stat' sobre 'code/elixir_beacon/target/elixir-beacon-1.0.1-SNAPSHOT.jar': No existe el archivo o el directorio*
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
The installation fails from step2 onwards. I have highlighted (bold) the failing commands below:
jl@lynx:/soft$ git clone https://github.com/ga4gh-beacon/beacon-demo
Clonando en 'beacon-demo'...
remote: Enumerating objects: 36, done.
remote: Total 36 (delta 0), reused 0 (delta 0), pack-reused 36
Desempaquetando objetos: 100% (36/36), listo.
jl@lynx:/soft$ # and go inside
jl@lynx:/soft$ cd beacon-demo
jl@lynx:/soft/beacon-demo$ git clone https://github.com/ga4gh-beacon/beacon-elixir.git code
Clonando en 'code'...
remote: Enumerating objects: 61, done.
remote: Counting objects: 100% (61/61), done.
remote: Compressing objects: 100% (61/61), done.
Recibiendo objetos: 9% (287/3013), 10.07 MiB | 3.31 MiB/s
remote: Total 3013 (delta 27), reused 0 (delta 0), pack-reused 2952
Recibiendo objetos: 100% (3013/3013), 20.78 MiB | 3.45 MiB/s, listo.
Resolviendo deltas: 100% (1433/1433), listo.
jl@lynx:/soft/beacon-demo$ cd code
jl@lynx:/soft/beacon-demo/code$ git checkout v1.0.1
Nota: actualizando el árbol de trabajo 'v1.0.1'.
Te encuentras en estado 'detached HEAD'. Puedes revisar por aquí, hacer
cambios experimentales y confirmarlos, y puedes descartar cualquier
commit que hayas hecho en este estado sin impactar a tu rama realizando
otro checkout.
Si quieres crear una nueva rama para mantener los commits que has creado,
puedes hacerlo (ahora o después) usando -b con el comando checkout. Ejemplo:
git checkout -b
HEAD está ahora en 1cfe675 Delete obsolete file.
jl@lynx:/soft/beacon-demo/code$ allowed.origins=
allowed.origins=*: orden no encontrada
jl@lynx:/soft/beacon-demo/code$ cd ..
jl@lynx:/soft/beacon-demo$ mkdir beacon
jl@lynx:/soft/beacon-demo$ cp code/elixir_beacon/target/elixir-beacon-1.0.1-SNAPSHOT.jar beacon/beacon.jar
cp: no se puede efectuar `stat' sobre 'code/elixir_beacon/target/elixir-beacon-1.0.1-SNAPSHOT.jar': No existe el archivo o el directorio*
The text was updated successfully, but these errors were encountered: