-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Description
Hi,
We are having lots of trouble configuring the vue-cli. We are behind a proxy and get the following error when installing a template:
vue-cli · Failed to download repo vuejs-templates/simple: unable to verify the first certificate
We think this is due to our proxy and misconfiguration of our gitconfig. Also, our proxy has a certificate configured. Does anyone know, how to troubleshoot this because I find this very cumbersome.
Our .gitconfig file looks like this:
# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
name = myusername
email = myemail@domain.com
[http]
sslVerify = false
proxy = http://<username>:<password>@<proxy>:8080
[https]
[url "https://github.com/"]
insteadOf = git://github.com/
Thanks a lot in advance.
Metadata
Metadata
Assignees
Labels
No labels