mattn / go-runewidth

wcwidth for golang
MIT License
610 stars 94 forks source link

hello,I have a problem. #12

Closed duanjunxiao closed 7 years ago

duanjunxiao commented 7 years ago
bash-3.2$ go get -u -d github.com/coreos/etcd/...
# cd .; git clone https://github.com/mattn/go-runewidth /Users/admin/go/src/github.com/mattn/go-runewidth
fatal: could not create work tree dir '/Users/admin/go/src/github.com/mattn/go-runewidth': Permission denied
package github.com/mattn/go-runewidth: exit status 128
dmitshur commented 7 years ago

That looks like an issue local to your setup, not an issue with this package.

It seems you don't have write permissions in /Users/admin/go/src/github.com/mattn/go-runewidth directory, or whichever parent exists. It's unable to create a directory in order to clone the repository.