Closed suntong closed 7 years ago
tried other pkg?
cd /tmp
$ git clone https://github.com/go-jsonfile/jsonfile Cloning into 'jsonfile'... remote: Counting objects: 12, done. remote: Total 12 (delta 0), reused 0 (delta 0), pack-reused 12 Unpacking objects: 100% (12/12), done. Checking connectivity... done.
On Tue, Mar 21, 2017 at 10:20 AM, 王仕晋 notifications@github.com wrote:
tried other pkg?
Sorry, I don't known why. Everything is ok when I clone it
git clone https://github.com/mkideal/cli
Cloning into 'cli'...
remote: Counting objects: 1162, done.
remote: Total 1162 (delta 0), reused 0 (delta 0), pack-reused 1162
Receiving objects: 100% (1162/1162), 4.95 MiB | 9.00 KiB/s, done.
Resolving deltas: 100% (696/696), done.
Checking connectivity... done.
Sorry, my own problem -- I tried it at home just now and it worked just fine.
Will dealt it myself tomorrow. Sorry to have bothered you.
PS. Some version for my own record:
$ apt-cache policy git
git:
Installed: 1:2.7.4-0ubuntu1
Candidate: 1:2.7.4-0ubuntu1
$ go version
go version go1.7.1 linux/amd64
Hi,
This is not the first time that I upgrade
cli
package, but today, when I did it, I got:Even git alone with give me errors:
Do you have any idea why?