Repo down?

On a fresh install of Ubuntu Server 14.04.2, I can’t seem to install GitLab. I installed the repo successfully, but installing the package with apt-get install seems to hang. I also cannot ping packages.gitlab.com:

todd@depot:~$ curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash
[...truncated...]
Importing packagecloud gpg key... done.
Running apt-get update... done.
todd@depot:~$ sudo apt-get install gitlab-ce
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  gitlab-ce
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 313 MB of archives.
After this operation, 870 MB of additional disk space will be used.
0% [Working]^C
todd@depot:~$ sudo apt-get install gitlab-ce
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  gitlab-ce
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 313 MB of archives.
After this operation, 870 MB of additional disk space will be used.
0% [Working]^C
todd@depot:~$ ping packages.gitlab.com
PING packages.gitlab.com (54.153.54.194) 56(84) bytes of data.
^C
--- packages.gitlab.com ping statistics ---
202 packets transmitted, 0 received, 100% packet loss, time 201077ms