nativescript-sentry icon indicating copy to clipboard operation
nativescript-sentry copied to clipboard

'detached HEAD' state in CircleCi while installing

Open arpit2438735 opened this issue 7 years ago • 0 comments
trafficstars

I am not able to install sentry cocoa in circleci using npm install nativescript-sentry.Below is the stacktrace for the error

/usr/local/bin/git clone https://github.com/getsentry/sentry-cocoa.git /var/folders/gk/lkr9pm5x039fx6d3j9r52rv80000gn/T/d20180724-756-1wj0oxl --template= --single-branch --depth 1 --branch 3.9.1

Pod install command failed. Error output: Cloning into '/var/folders/gk/lkr9pm5x039fx6d3j9r52rv80000gn/T/d20180724-756-1wj0oxl'... Note: checking out '9b2971e02f68b7e978e4716eaa4f28f8fc047c23'.

 You are in 'detached HEAD' state. You can look around, make experimental
 changes and commit them, and you can discard any commits you make in this
 state without impacting any branches by performing another checkout.
 
 If you want to create a new branch to retain commits you create, you may
 do so (now or later) by using -b with the checkout command again. Example:
 
   git checkout -b <new-branch-name>
 
 Cloning into '/var/folders/gk/lkr9pm5x039fx6d3j9r52rv80000gn/T/d20180724-756-1fxk7t9'...
 Cloning into '/var/folders/gk/lkr9pm5x039fx6d3j9r52rv80000gn/T/d20180724-756-mlpyf8'...
 Note: checking out '9ed7b2551a3c64b0ddb7c181f5c31332364dd3b4'.
 
 You are in 'detached HEAD' state. You can look around, make experimental
 changes and commit them, and you can discard any commits you make in this
 state without impacting any branches by performing another checkout.
 
 If you want to create a new branch to retain commits you create, you may
 do so (now or later) by using -b with the checkout command again. Example:
 
   git checkout -b <new-branch-name>
 
 Cloning into '/var/folders/gk/lkr9pm5x039fx6d3j9r52rv80000gn/T/d20180724-756-13ifhr8'...
 Note: checking out 'a44d4ad61bb1be7ccf793cc442acb803bbc7da89'.
 
 You are in 'detached HEAD' state. You can look around, make experimental
 changes and commit them, and you can discard any commits you make in this
 state without impacting any branches by performing another checkout.
 
 If you want to create a new branch to retain commits you create, you may
 do so (now or later) by using -b with the checkout command again. Example:
 
   git checkout -b <new-branch-name>
 


at Errors.fail (/Users/distiller/dispatchbot-worker/node_modules/nativescript/lib/common/errors.js:125:28)
at Errors.failWithoutHelp (/Users/distiller/dispatchbot-worker/node_modules/nativescript/lib/common/errors.js:135:21)
at IOSProjectService.<anonymous> (/Users/distiller/dispatchbot-worker/node_modules/nativescript/lib/services/ios-project-service.js:941:34)
at Generator.next (<anonymous>)
at fulfilled (/Users/distiller/dispatchbot-worker/node_modules/nativescript/lib/services/ios-project-service.js:4:58)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:118:7)

arpit2438735 avatar Jul 25 '18 04:07 arpit2438735