cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
492
Views
3
Helpful
3
Replies

download nxos repot from github by using yangsuite

jameslee43329
Level 1
Level 1

Hello:

I am trying to download yangsuite repo from github, I got following error..

 

 cmdline: git clone -v --branch=main -- https://github.com/YangModels/yang.git /ys-data/users/admin/scratch/tmp8l123an1

docker-yangsuite-1  |   stderr: 'Cloning into '/ys-data/users/admin/scratch/tmp8l123an1'...

docker-yangsuite-1  | fatal: unable to access 'https://github.com/YangModels/yang.git/': server certificate verification failed. CAfile: none CRLfile: none

Any help to point to right direction?

 

Thanks

1 Accepted Solution

Accepted Solutions

Thanks for reply, I already found the problem, Yangsuite is missing root cert from GitHub, certs needs to be installed at 

/usr/share/ca-certificates

View solution in original post

3 Replies 3

yawming
Cisco Employee
Cisco Employee

Are you trying to install yangsuite ? If so, you may like to  start from here - https://github.com/CiscoDevNet/yangsuite.

Thanks,

 

Yawming

Thanks for reply, I already found the problem, Yangsuite is missing root cert from GitHub, certs needs to be installed at 

/usr/share/ca-certificates

Thanks for sharing !