You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead
to false
cd uplink-c;go build -o libuplinkc.dylib -buildmode=c-shared;mv libuplinkc.dylib *.h ../Sources/libuplink/include;
storj.io/uplink-c
/usr/local/Cellar/go/1.16.4/libexec/pkg/tool/darwin_amd64/link: /usr/local/Cellar/go/1.16.4/libexec/pkg/tool/darwin_amd64/link: combining dwarf failed: unknown load command 0x80000034 (2147483700)
mv: rename libuplinkc.dylib to ../Sources/libuplink/include/libuplinkc.dylib: No such file or directory
make: *** [build] Error 1
The text was updated successfully, but these errors were encountered:
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead
to false
cd uplink-c;go build -o libuplinkc.dylib -buildmode=c-shared;mv libuplinkc.dylib *.h ../Sources/libuplink/include;
storj.io/uplink-c
/usr/local/Cellar/go/1.16.4/libexec/pkg/tool/darwin_amd64/link: /usr/local/Cellar/go/1.16.4/libexec/pkg/tool/darwin_amd64/link: combining dwarf failed: unknown load command 0x80000034 (2147483700)
mv: rename libuplinkc.dylib to ../Sources/libuplink/include/libuplinkc.dylib: No such file or directory
make: *** [build] Error 1
The text was updated successfully, but these errors were encountered: