# Bootstrap fails - not able to fetch "pup" from github

**URL:** <https://meta.discourse.org/t/bootstrap-fails-not-able-to-fetch-pup-from-github/34973>\
**Category:** Support\
**Created:** [2015年十月27日 15:53 UTC](https://meta.discourse.org/t/bootstrap-fails-not-able-to-fetch-pup-from-github/34973 "2015-10-27T15:53:35Z")\
**Posts on this page:** 3\
**Page:** 1

<div class="post-metadata">

**Author:** ![didi](https://avatars.discourse-cdn.com/v4/letter/d/9fc348/32.png) [@didi](https://meta.discourse.org/u/didi)\
**Post date:** [2015年十月27日 15:53 UTC](https://meta.discourse.org/t/bootstrap-fails-not-able-to-fetch-pup-from-github/34973/1 "2015-10-27T15:53:35Z")

</div>

```
$ ./launcher bootstrap app
cd /pups && git pull && /pups/bin/pups --stdin
fatal: unable to access 'https://github.com/SamSaffron/pups.git/': Problem with the SSL CA cert (path? access rights?)
d02e62cd86fa62128628071610275eba48c8d6711e26b73d76b8320cfc6effb0
**FAILED TO BOOTSTRAP** please scroll up and look for earlier error messages, there may be more than one

```

It worked 8 hours ago on the same machine, same docker.  
Then it stopped working while I was trying to rebuild due to config changes (exposed ports).  
I then tried from scratch (bootstrap), but with the same result.

I can do

```
git clone https://github.com/SamSaffron/pups.git
```

without any problems from the host.

I’m not experienced with docker, thus I currently don’t know how to debug this.

---

<div class="post-metadata">

**Author:** ![didi](https://avatars.discourse-cdn.com/v4/letter/d/9fc348/32.png) [@didi](https://meta.discourse.org/u/didi)\
**Post date:** [2015年十月27日 18:19 UTC](https://meta.discourse.org/t/bootstrap-fails-not-able-to-fetch-pup-from-github/34973/2 "2015-10-27T18:19:24Z")

</div>

The reason was that I added a volume in _app.yml_ which seems to be invalid (I thought I can expose arbitrary directories of the container). Unfortunately the error message it triggered was totally unrelated as far as I can see.

---

<div class="post-metadata">

**Author:** ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)\
**Post date:** [2015年十月27日 18:56 UTC](https://meta.discourse.org/t/bootstrap-fails-not-able-to-fetch-pup-from-github/34973/3 "2015-10-27T18:56:52Z")

</div>


