Skip to content

Instantly share code, notes, and snippets.

ruby-1.9.3-p194 in current/
› gem install RedCloth
Building native extensions. This could take a while...
Successfully installed RedCloth-4.2.9
1 gem installed
Installing ri documentation for RedCloth-4.2.9...
Installing RDoc documentation for RedCloth-4.2.9...
ruby-1.9.3-p194 in current/
› gem which rails
dragos@dragos:~$ cd Dummies
dragos@dragos:~/Dummies$ rails new nlp
create
create README.rdoc
create Rakefile
create config.ru
create .gitignore
create Gemfile
create app
create app/assets/images/rails.png
dragos@dragos:~/Dummies$ git push unfuddle master
Username for 'https://sparktech.unfuddle.com': dragos
Password for 'https://[email protected]':
To https://sparktech.unfuddle.com/git/sparktech_nlp-api-client/
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'https://sparktech.unfuddle.com/git/sparktech_nlp-api-client/'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
hint: before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.