Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submodule not available #4

Open
vk496 opened this issue Apr 27, 2019 · 1 comment
Open

Submodule not available #4

vk496 opened this issue Apr 27, 2019 · 1 comment

Comments

@vk496
Copy link

vk496 commented Apr 27, 2019

Hi,

When I try to clone the project for build it, some modules are not available:

git clone --recursive --depth 1 https://github.com/WolfgangMau/chamgo-qt
Clonando en 'chamgo-qt'...
remote: Enumerating objects: 41, done.
remote: Counting objects: 100% (41/41), done.
remote: Compressing objects: 100% (29/29), done.
remote: Total 41 (delta 0), reused 23 (delta 0), pack-reused 0
Desempaquetando objetos: 100% (41/41), listo.
Submódulo 'vendor/github.com/creack/goselect' (https://github.com/creack/goselect) registrado para ruta 'vendor/github.com/creack/goselect'
Submódulo 'vendor/go.bug.st/serial.v1' (https://go.bug.st/git/serial.v1/enumerator.git) registrado para ruta 'vendor/go.bug.st/serial.v1'
Submódulo 'vendor/golang.org/x/sys' (https://go.googlesource.com/sys) registrado para ruta 'vendor/golang.org/x/sys'
Clonando en '/home/vk496/chamgo-qt/vendor/github.com/creack/goselect'...
remote: Enumerating objects: 98, done.        
remote: Total 98 (delta 0), reused 0 (delta 0), pack-reused 98        
Clonando en '/home/vk496/chamgo-qt/vendor/go.bug.st/serial.v1'...
fatal: repository 'https://go.bug.st/git/serial.v1/enumerator.git/' not found
fatal: clon de 'https://go.bug.st/git/serial.v1/enumerator.git' en la ruta de submódulo '/home/vk496/chamgo-qt/vendor/go.bug.st/serial.v1' falló
Falló al clonar 'vendor/go.bug.st/serial.v1'. Reintento programado
Clonando en '/home/vk496/chamgo-qt/vendor/golang.org/x/sys'...
remote: Sending approximately 12.46 MiB ...        
remote: Total 7315 (delta 4378), reused 7315 (delta 4378)         
Recibiendo objetos: 100% (7315/7315), 12.46 MiB | 926.00 KiB/s, listo.
Resolviendo deltas: 100% (4378/4378), listo.
Clonando en '/home/vk496/chamgo-qt/vendor/go.bug.st/serial.v1'...
fatal: repository 'https://go.bug.st/git/serial.v1/enumerator.git/' not found
fatal: clon de 'https://go.bug.st/git/serial.v1/enumerator.git' en la ruta de submódulo '/home/vk496/chamgo-qt/vendor/go.bug.st/serial.v1' falló
Falló al clonar 'vendor/go.bug.st/serial.v1' una segunda vez, abortando

fatal: repository 'https://go.bug.st/git/serial.v1/enumerator.git/' not found

Is a temporal issue or we could use https://github.com/bugst/go-serial instead? (can submit a patch)

Salu2

@WolfgangMau
Copy link
Owner

if it works - why not
I don't have time to dog deeper into it currently

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants