kisesy@py-cloned:~/workspace/cloud $ heroku git:clone -a appname Cloning into 'appname'... warning: You appear to have cloned an empty repository. Checking connectivity... done. kisesy@py-cloned:~/workspace/cloud $ git add . fatal: Not a git repository (or any of the parent directories): .git kisesy@py-cloned:~/workspace/cloud $ cd appname kisesy@py-cloned:~/workspace/cloud/appname (master) $ git add . kisesy@py-cloned:~/workspace/cloud/appname (master) $ git commit -m "aaa" [master (root-commit) 8792d26] aaa 66 files changed, 8268 insertions(+) create mode 100644 .godir create mode 100644 Godeps/Godeps.json create mode 100644 Godeps/Readme create mode 100644 Procfile create mode 100644 http.go create mode 100644 main.go create mode 100644 manifest.yml create mode 100644 server.json create mode 100644 vendor/github.com/codahale/chacha20/.gitignore create mode 100644 vendor/github.com/codahale/chacha20/.travis.yml create mode 100644 vendor/github.com/codahale/chacha20/LICENSE create mode 100644 vendor/github.com/codahale/chacha20/README.md create mode 100644 vendor/github.com/codahale/chacha20/chacha20.go create mode 100644 vendor/github.com/codahale/chacha20/core_ref.go create mode 100644 vendor/github.com/getlantern/netx/LICENSE create mode 100644 vendor/github.com/getlantern/netx/copy.go create mode 100644 vendor/github.com/getlantern/netx/netx.go create mode 100644 vendor/github.com/gorilla/websocket/.gitignore create mode 100644 vendor/github.com/gorilla/websocket/.travis.yml create mode 100644 vendor/github.com/gorilla/websocket/AUTHORS create mode 100644 vendor/github.com/gorilla/websocket/LICENSE create mode 100644 vendor/github.com/gorilla/websocket/README.md create mode 100644 vendor/github.com/gorilla/websocket/client.go create mode 100644 vendor/github.com/gorilla/websocket/compression.go create mode 100644 vendor/github.com/gorilla/websocket/conn.go create mode 100644 vendor/github.com/gorilla/websocket/conn_read.go create mode 100644 vendor/github.com/gorilla/websocket/conn_read_legacy.go create mode 100644 vendor/github.com/gorilla/websocket/doc.go create mode 100644 vendor/github.com/gorilla/websocket/json.go create mode 100644 vendor/github.com/gorilla/websocket/mask.go create mode 100644 vendor/github.com/gorilla/websocket/server.go create mode 100644 vendor/github.com/gorilla/websocket/util.go create mode 100644 vendor/github.com/yinqiwen/gotoolkit/ots/ots.go create mode 100644 vendor/github.com/yinqiwen/gsnova/LICENSE create mode 100644 vendor/github.com/yinqiwen/gsnova/common/event/auth.go create mode 100644 vendor/github.com/yinqiwen/gsnova/common/event/channel.go create mode 100644 vendor/github.com/yinqiwen/gsnova/common/event/event.go create mode 100644 vendor/github.com/yinqiwen/gsnova/common/event/event_ext.go create mode 100644 vendor/github.com/yinqiwen/gsnova/common/event/event_ext_appengine.go create mode 100644 vendor/github.com/yinqiwen/gsnova/common/event/factory.go create mode 100644 vendor/github.com/yinqiwen/gsnova/common/event/hb.go create mode 100644 vendor/github.com/yinqiwen/gsnova/common/event/http.go create mode 100644 vendor/github.com/yinqiwen/gsnova/common/event/notify.go create mode 100644 vendor/github.com/yinqiwen/gsnova/common/event/queue.go create mode 100644 vendor/github.com/yinqiwen/gsnova/common/event/tcp.go create mode 100644 vendor/github.com/yinqiwen/gsnova/common/event/types.go create mode 100644 vendor/github.com/yinqiwen/gsnova/common/event/udp.go create mode 100644 vendor/github.com/yinqiwen/gsnova/common/helper/bytes.go create mode 100644 vendor/github.com/yinqiwen/gsnova/common/helper/io.go create mode 100644 vendor/github.com/yinqiwen/gsnova/common/helper/net.go create mode 100644 vendor/github.com/yinqiwen/gsnova/common/helper/rand.go create mode 100644 vendor/github.com/yinqiwen/gsnova/common/helper/str.go create mode 100644 vendor/github.com/yinqiwen/gsnova/common/logger/log.go create mode 100644 vendor/github.com/yinqiwen/gsnova/remote/config.go create mode 100644 vendor/github.com/yinqiwen/gsnova/remote/mq.go create mode 100644 vendor/github.com/yinqiwen/gsnova/remote/proxy.go create mode 100644 vendor/github.com/yinqiwen/gsnova/remote/version.go create mode 100644 vendor/golang.org/x/crypto/LICENSE create mode 100644 vendor/golang.org/x/crypto/PATENTS create mode 100644 vendor/golang.org/x/crypto/salsa20/salsa/hsalsa20.go create mode 100644 vendor/golang.org/x/crypto/salsa20/salsa/salsa2020_amd64.s create mode 100644 vendor/golang.org/x/crypto/salsa20/salsa/salsa208.go create mode 100644 vendor/golang.org/x/crypto/salsa20/salsa/salsa20_amd64.go create mode 100644 vendor/golang.org/x/crypto/salsa20/salsa/salsa20_ref.go create mode 100644 vendor/golang.org/x/crypto/salsa20/salsa20.go create mode 100644 websocket.go kisesy@py-cloned:~/workspace/cloud/appname (master) $ git push heroku master Counting objects: 91, done. Delta compression using up to 8 threads. Compressing objects: 100% (80/80), done. Writing objects: 100% (91/91), 69.12 KiB | 0 bytes/s, done. Total 91 (delta 6), reused 0 (delta 0) remote: Compressing source files... done. remote: Building source: remote: remote: -----> Go app detected remote: -----> Checking Godeps/Godeps.json file. remote: -----> Installing go1.7.4... done remote: !! Installing package '.' (default) remote: !! remote: !! remote: -----> Running: go install -v -tags heroku . remote: github.com/yinqiwen/gsnova/remote/paas/vendor/github.com/gorilla/websocket remote: github.com/yinqiwen/gsnova/remote/paas/vendor/github.com/yinqiwen/gotoolkit/ots remote: github.com/yinqiwen/gsnova/remote/paas/vendor/github.com/codahale/chacha20 remote: github.com/yinqiwen/gsnova/remote/paas/vendor/golang.org/x/crypto/salsa20/salsa remote: github.com/yinqiwen/gsnova/remote/paas/vendor/golang.org/x/crypto/salsa20 remote: github.com/yinqiwen/gsnova/remote/paas/vendor/github.com/yinqiwen/gsnova/common/event remote: github.com/yinqiwen/gsnova/remote/paas/vendor/github.com/getlantern/netx remote: github.com/yinqiwen/gsnova/remote/paas/vendor/github.com/yinqiwen/gsnova/common/helper remote: github.com/yinqiwen/gsnova/remote/paas/vendor/github.com/yinqiwen/gsnova/common/logger remote: github.com/yinqiwen/gsnova/remote/paas/vendor/github.com/yinqiwen/gsnova/remote remote: github.com/yinqiwen/gsnova/remote/paas remote: -----> Discovering process types remote: Procfile declares types -> web remote: remote: -----> Compressing... remote: Done: 2.2M remote: -----> Launching... remote: Released v3 remote: https://appname.herokuapp.com/ deployed to Heroku remote: remote: Verifying deploy... done. To https://git.heroku.com/appname.git * [new branch] master -> master kisesy@py-cloned:~/workspace/cloud/appname (master) $