Skip to content

Commit

Permalink
Try installing git in ciricleci
Browse files Browse the repository at this point in the history
Error message in checkout code:

Either git or ssh (required by git to clone through SSH) is not installed in the image. Falling back to CircleCI's native git client but the behavior may be different from official git. If this is an issue, please use an image that has official git and ssh installed.

Also can't seem to find the git config.
  • Loading branch information
itsderek23 committed May 7, 2020
1 parent 83b8900 commit 613ae67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- run: apt-get -y update
- run: apt-get -y install ipython
- run: apt-get -y install nano
- run: apt-get -y install git
- run:
name: configure git
command: |
Expand Down

0 comments on commit 613ae67

Please sign in to comment.