Ubuntu Pastebin

Paste from Nate Finch at Thu, 28 Apr 2016 19:10:41 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
$ go get -u gopkg.in/juju/charm.v6-unstable
# cd /home/nate/src/github.com/juju/errors; git pull --ff-only
You are not currently on a branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

    git pull <remote> <branch>

package github.com/juju/errors: exit status 1
# cd /home/nate/src/github.com/juju/names; git pull --ff-only
From https://github.com/juju/names
   8a0aa09..ab77c10  master     -> origin/master
You are not currently on a branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

    git pull <remote> <branch>

package github.com/juju/names: exit status 1
# cd /home/nate/src/github.com/juju/schema; git pull --ff-only
You are not currently on a branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

    git pull <remote> <branch>

package github.com/juju/schema: exit status 1
# cd /home/nate/src/github.com/juju/utils; git pull --ff-only
You are not currently on a branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

    git pull <remote> <branch>

package github.com/juju/utils: exit status 1
# cd /home/nate/src/github.com/juju/version; git pull --ff-only
You are not currently on a branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

    git pull <remote> <branch>

package github.com/juju/version: exit status 1
# cd /home/nate/src/gopkg.in/mgo.v2; git pull --ff-only
You are not currently on a branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

    git pull <remote> <branch>

package gopkg.in/mgo.v2/bson: exit status 1
Download as text