little-cui commented on issue #497: Is scctl really available?
URL: 
https://github.com/apache/servicecomb-service-center/issues/497#issuecomment-441247665
 
 
   It is strange! It is work in my env...
   ```bash
   MacBook-Air:~ $go version
   go version go1.11 darwin/amd64
   
   # build the sc with the latest code
   MacBook-Air:~ $git clone 
https://github.com/apache/servicecomb-service-center.git 
$GOPATH/src/github.com/apache/servicecomb-service-center
   MacBook-Air:~ $cd $GOPATH/src/github.com/apache/servicecomb-service-center
   
MacBook-Air:~/Downloads/prj/go/src/github.com/apache/servicecomb-service-center 
$go build -o etc/service-center main.go
   
MacBook-Air:~/Downloads/prj/go/src/github.com/apache/servicecomb-service-center 
$cd etc
   
MacBook-Air:~/Downloads/prj/go/src/github.com/apache/servicecomb-service-center 
$./service-center
   ...
   
   # build the scctl with the latest code
   
MacBook-Air:~/Downloads/prj/go/src/github.com/apache/servicecomb-service-center 
$cd scctl/
   
MacBook-Air:~/Downloads/prj/go/src/github.com/apache/servicecomb-service-center/scctl
 $go build
   
MacBook-Air:~/Downloads/prj/go/src/github.com/apache/servicecomb-service-center/scctl
 $./scctl version
   scctl Version: 0.0.1
   Build tag: Not provided
   Go version: go1.11
   OS/Arch: darwin/amd64
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to