Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

"fatal: not a git repository (or any of the parent directories): .git" in bitbucket-pipelines.yml

Larry Chiem
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 28, 2024

I can't get past the "not a git repository" issue.

 

  1. I created a self-hosted windows runner in bitbucket.
  2. I followed the commands from creating the self-hosted runner
    1. download the runner zip [I downloaded it into my repo]
    2. unzip the file [within the repo]
    3. launched the runner
  3. Edited my bitbucket-pipelines.yml file to build and test:

 

Saw this documentation on Configure your runner in bitbucket-pipelines.yml

Here's my bitbucket-pipelines.yml

pipelines:

default:

- step:

name: Build and Test with self.hosted runners

runs-on:

- self.hosted

- windows

clone:

# disable SSL verification during git clone and allow using a self-signed certificate.

skip-ssl-verify: true

enabled: true

script:

- ls -R $BITBUCKET_CLONE_DIR

 

 

 

 

 

 

 

 

Pipeline failed.

 


 

+ $env:GIT_LFS_SKIP_SMUDGE = '1'; $env:GIT_SSL_NO_VERIFY = 'true'; git clone --branch='pipeline_larry' --depth 50 "https://x-token-auth:$Env:REPOSITORY_OAUTH_ACCESS_TOKEN@bitbucket.org/$env:BITBUCKET_REPO_FULL_NAME.git" $env:BUILD_DIR



Cloning into 'C:\caseSensitive\LarryNotes\atlassian-bitbucket-pipelines-runner\bin\..\temp\2888e4cb-a3e7-5f7e-b079-2dc61ee5f31a\1719575510684\build'...

+ git reset --hard 431fada08becd292ba43d67ec2f08c6816bf3029


fatal: not a git repository (or any of the parent directories): .git

 



Why is this failing? Makes no sense to me. 

 

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events