Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
17.1 Legacy Series
»
Git clone always stop
« previous
next »
Print
Pages: [
1
]
Author
Topic: Git clone always stop (Read 3847 times)
icewhisky
Newbie
Posts: 5
Karma: 0
Git clone always stop
«
on:
April 18, 2017, 11:24:26 am »
I edited file bynano /usr/local/etc/pkg/repos/FreeBSD.conf
enable = yes
Then I execute the commands as follows
# pkg install git
# cd /usr
# rm -rf src ports
# git clone
https://github.com/opnsense/ports.git
But when 20% or lower then executing git clone is always stopped by the report
error: RPC failed; curl 56 SSL read: error:00000000:lib(0):func(0):reason(0), errno 54
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
Can anyone help me find out where is error
Logged
franco
Administrator
Hero Member
Posts: 17656
Karma: 1610
Re: Git clone always stop
«
Reply #1 on:
April 18, 2017, 03:19:49 pm »
Not sure what you are trying to do, you can simply run this on the OPNsense:
# opnsense-code ports
But it will also stop during cloning. I don't think GitHub is an issue, though the repository is large and a weak link with data loss might produce this error....
Cheers,
Franco
Logged
icewhisky
Newbie
Posts: 5
Karma: 0
Re: Git clone always stop
«
Reply #2 on:
April 19, 2017, 04:16:23 am »
Thanks you so much!
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
17.1 Legacy Series
»
Git clone always stop