schollz / find

High-precision indoor positioning framework for most wifi-enabled devices.
https://www.internalpositioning.com/
GNU Affero General Public License v3.0
5.04k stars 369 forks source link

Weirdness trying to install server #197

Closed dinki closed 6 years ago

dinki commented 6 years ago

Hey guys. Trying to install find server on my RPi3 and am running into some oddities. I'm not sure what I'm doing wrong but it's giving a username error and asking for a password:

pi@hassbian:~/find $ uname -a
Linux hassbian 4.9.41-v7+ #1023 SMP Tue Aug 8 16:00:15 BST 2017 armv7l GNU/Linux
pi@hassbian:~/find $ pwd
/home/pi/find
pi@hassbian:~/find $ export GOPATH=/home/pi/find
pi@hassbian:~/find $ go env GOPATH
/home/pi/find
pi@hassbian:~/find $ go get ./...
# cd .; git clone https://github.com/foo/vendored /home/pi/find/src/github.com/foo/vendored
Cloning into '/home/pi/find/src/github.com/foo/vendored'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
package github.com/foo/vendored: exit status 128

package git.eclipse.org/gitroot/paho/org.eclipse.paho.mqtt.golang.git: cannot download, git.eclipse.org/gitroot/paho/org.eclipse.paho.mqtt.golang uses insecure protocol
Password:

Any ideas?

dinki commented 6 years ago

I found the binary for rpi so no need to build. Sorry for the trouble but it is still odd!