Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Install and invalid char : #86

Open
BenRacicot opened this issue Jan 18, 2021 · 1 comment
Open

Install and invalid char : #86

BenRacicot opened this issue Jan 18, 2021 · 1 comment
Assignees
Labels

Comments

@BenRacicot
Copy link

BenRacicot commented Jan 18, 2021

Just trying to install and build but getting an invalid char ':' error.

go get -u https://github.com/asticode/go-astilectron-bundler.git
go get https:/github.com/asticode/go-astilectron-bundler.git: malformed module path "https:/github.com/asticode/go-astilectron-bundler.git": invalid char ':'

Looks like there's a bad path within a module but not sure.

@asticode asticode self-assigned this Jan 20, 2021
@asticode
Copy link
Owner

The second line you pasted is weird :

https:/github.com/asticode/go-astilectron-bundler.git

It should be https://github.com/asticode/go-astilectron-bundler.git.

My guess is you should run go get -u github.com/asticode/go-astilectron-bundler instead of go get -u https://github.com/asticode/go-astilectron-bundler.git.

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

No branches or pull requests

2 participants