2018-01-22から1日間の記事一覧

cloud9上でsinatraを利用したい

まずはbundlerをインストールする $ gem install bundler # 'Fetching: bundler-1.16.1.gem (100%)' # 'Successfully installed bundler-1.16.1' # '1 gem installed'bundlerを初期化する(Gemfileが生成される) $ bundle init # 'Writing new Gemfile to /ho…

Bitbucket への 初めてのpushでエラーになる対処法

bitbucket push deployment key is read-only エラー git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree push -v --tags --set-upstream origin refs/heads/master:refs/heads/master Pushing to git@bitbucket.or…