This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rakesh@ubuntu:~/projects/cucumber-jvm/.git$ git push | |
The authenticity of host 'github.com (207.97.227.239)' can't be established. | |
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48. | |
Are you sure you want to continue connecting (yes/no)? yes | |
Warning: Permanently added 'github.com,207.97.227.239' (RSA) to the list of known hosts. | |
Permission denied (publickey). | |
fatal: The remote end hung up unexpectedly |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To https://github.com/FinalFive/cucumber-jvm.git | |
! [rejected] master -> master (non-fast-forward) | |
error: failed to push some refs to 'https://github.com/FinalFive/cucumber-jvm.git' | |
To prevent you from losing history, non-fast-forward updates were rejected | |
Merge the remote changes (e.g. 'git pull') before pushing again. See the | |
'Note about fast-forwards' section of 'git push --help' for details. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[core] | |
repositoryformatversion = 0 | |
filemode = true | |
logallrefupdates = true | |
autocrlf = false | |
[remote "origin"] | |
url = https://github.com/cucumber/cucumber-jvm.git | |
fetch = +refs/heads/*:refs/remotes/origin/* | |
[branch "master"] | |
remote = origin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rakesh@ubuntu:~/projects/cucumber-jvm-groovy-example$ ~/apps/gradle-1.0-milestone-8a/bin/gradle cucumber | |
:compileJava UP-TO-DATE | |
:compileGroovy UP-TO-DATE | |
:processResources UP-TO-DATE | |
:classes UP-TO-DATE | |
:jar UP-TO-DATE | |
:assemble UP-TO-DATE | |
:cucumber | |
# language: en | |
Feature: Division |