Ok, just began developing my new application for Laravel 4. Thinking about 
dependencies. I really like twitter bootstrap, so I went to packagist.org and 
searched bootstrap, and there it is:

[php]"twitter/bootstrap": "dev-master"[/php]

Perfect!...


...Or not...

[php]
Toms-MacBook-Pro:stonehearthmods tom$ composer update -v
Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Installing twitter/bootstrap (dev-master d991ef2)
    Downloading: connection...
Could not fetch 
https://api.github.com/repos/twitter/bootstrap/zipball/d991ef2ab1b4d156c7e5d33d052d66f8eaafc460,
 enter your GitHub credentials to access private repos
The credentials will be swapped for an OAuth token stored in 
/Users/tom/.composer/config.json, your password will not be stored
To revoke access to this token you can visit 
https://github.com/settings/applications
Username: tommykent1210
Password: 
    Downloading: connection...

                                                                                
 
  [Composer\Downloader\TransportException]                                      
 
  The "https://api.github.com/repos/twitter/bootstrap/zipball/d991ef2ab1b4d156c 
 
  7e5d33d052d66f8eaafc460" file could not be downloaded (HTTP/1.1 404 Not Found 
 
  )                                                                             
 
                                                                                
 


Exception trace:
 () at phar:///usr/local/bin/composer/src/Composer/Util/RemoteFilesystem.php:253
 Composer\Util\RemoteFilesystem->callbackGet() at n/a:n/a
 file_get_contents() at 
phar:///usr/local/bin/composer/src/Composer/Util/RemoteFilesystem.php:132
 Composer\Util\RemoteFilesystem->get() at 
phar:///usr/local/bin/composer/src/Composer/Util/RemoteFilesystem.php:61
 Composer\Util\RemoteFilesystem->copy() at 
phar:///usr/local/bin/composer/src/Composer/Downloader/FileDownloader.php:135
 Composer\Downloader\FileDownloader->download() at 
phar:///usr/local/bin/composer/src/Composer/Downloader/ArchiveDownloader.php:31
 Composer\Downloader\ArchiveDownloader->download() at 
phar:///usr/local/bin/composer/src/Composer/Downloader/DownloadManager.php:180
 Composer\Downloader\DownloadManager->download() at 
phar:///usr/local/bin/composer/src/Composer/Installer/LibraryInstaller.php:157
 Composer\Installer\LibraryInstaller->installCode() at 
phar:///usr/local/bin/composer/src/Composer/Installer/LibraryInstaller.php:86
 Composer\Installer\LibraryInstaller->install() at 
phar:///usr/local/bin/composer/src/Composer/Installer/InstallationManager.php:151
 Composer\Installer\InstallationManager->install() at 
phar:///usr/local/bin/composer/src/Composer/Installer/InstallationManager.php:138
 Composer\Installer\InstallationManager->execute() at 
phar:///usr/local/bin/composer/src/Composer/Installer.php:505
 Composer\Installer->doInstall() at 
phar:///usr/local/bin/composer/src/Composer/Installer.php:208
 Composer\Installer->run() at 
phar:///usr/local/bin/composer/src/Composer/Command/UpdateCommand.php:103
 Composer\Command\UpdateCommand->execute() at 
phar:///usr/local/bin/composer/vendor/symfony/console/Symfony/Component/Console/Command/Command.php:244
 Symfony\Component\Console\Command\Command->run() at 
phar:///usr/local/bin/composer/vendor/symfony/console/Symfony/Component/Console/Application.php:882
 Symfony\Component\Console\Application->doRunCommand() at 
phar:///usr/local/bin/composer/vendor/symfony/console/Symfony/Component/Console/Application.php:212
 Symfony\Component\Console\Application->doRun() at 
phar:///usr/local/bin/composer/src/Composer/Console/Application.php:117
 Composer\Console\Application->doRun() at 
phar:///usr/local/bin/composer/vendor/symfony/console/Symfony/Component/Console/Application.php:119
 Symfony\Component\Console\Application->run() at 
phar:///usr/local/bin/composer/src/Composer/Console/Application.php:83
 Composer\Console\Application->run() at 
phar:///usr/local/bin/composer/bin/composer:43
 require() at /usr/local/bin/composer:15


update [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] 
[--lock] [--no-custom-installers] [--no-scripts] [--no-progress] 
[-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [packages1] ... [packagesN]


Toms-MacBook-Pro:stonehearthmods tom$ composer update -v
Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Installing twitter/bootstrap (dev-2.3.3-wip aadc766)
    Downloading: connection...
Could not fetch 
https://api.github.com/repos/twitter/bootstrap/zipball/aadc76694df1b530da78e87896eefbafed0ee53e,
 enter your GitHub credentials to access private repos
The credentials will be swapped for an OAuth token stored in 
/Users/tom/.composer/config.json, your password will not be stored
To revoke access to this token you can visit 
https://github.com/settings/applications
Username: tommykent1210
Password: 
    Downloading: connection...

                                                                                
 
  [Composer\Downloader\TransportException]                                      
 
  The "https://api.github.com/repos/twitter/bootstrap/zipball/aadc76694df1b530d 
 
  a78e87896eefbafed0ee53e" file could not be downloaded (HTTP/1.1 404 Not Found 
 
  )                                                                             
 
                                                                                
 


Exception trace:
 () at phar:///usr/local/bin/composer/src/Composer/Util/RemoteFilesystem.php:253
 Composer\Util\RemoteFilesystem->callbackGet() at n/a:n/a
 file_get_contents() at 
phar:///usr/local/bin/composer/src/Composer/Util/RemoteFilesystem.php:132
 Composer\Util\RemoteFilesystem->get() at 
phar:///usr/local/bin/composer/src/Composer/Util/RemoteFilesystem.php:61
 Composer\Util\RemoteFilesystem->copy() at 
phar:///usr/local/bin/composer/src/Composer/Downloader/FileDownloader.php:135
 Composer\Downloader\FileDownloader->download() at 
phar:///usr/local/bin/composer/src/Composer/Downloader/ArchiveDownloader.php:31
 Composer\Downloader\ArchiveDownloader->download() at 
phar:///usr/local/bin/composer/src/Composer/Downloader/DownloadManager.php:180
 Composer\Downloader\DownloadManager->download() at 
phar:///usr/local/bin/composer/src/Composer/Installer/LibraryInstaller.php:157
 Composer\Installer\LibraryInstaller->installCode() at 
phar:///usr/local/bin/composer/src/Composer/Installer/LibraryInstaller.php:86
 Composer\Installer\LibraryInstaller->install() at 
phar:///usr/local/bin/composer/src/Composer/Installer/InstallationManager.php:151
 Composer\Installer\InstallationManager->install() at 
phar:///usr/local/bin/composer/src/Composer/Installer/InstallationManager.php:138
 Composer\Installer\InstallationManager->execute() at 
phar:///usr/local/bin/composer/src/Composer/Installer.php:505
 Composer\Installer->doInstall() at 
phar:///usr/local/bin/composer/src/Composer/Installer.php:208
 Composer\Installer->run() at 
phar:///usr/local/bin/composer/src/Composer/Command/UpdateCommand.php:103
 Composer\Command\UpdateCommand->execute() at 
phar:///usr/local/bin/composer/vendor/symfony/console/Symfony/Component/Console/Command/Command.php:244
 Symfony\Component\Console\Command\Command->run() at 
phar:///usr/local/bin/composer/vendor/symfony/console/Symfony/Component/Console/Application.php:882
 Symfony\Component\Console\Application->doRunCommand() at 
phar:///usr/local/bin/composer/vendor/symfony/console/Symfony/Component/Console/Application.php:212
 Symfony\Component\Console\Application->doRun() at 
phar:///usr/local/bin/composer/src/Composer/Console/Application.php:117
 Composer\Console\Application->doRun() at 
phar:///usr/local/bin/composer/vendor/symfony/console/Symfony/Component/Console/Application.php:119
 Symfony\Component\Console\Application->run() at 
phar:///usr/local/bin/composer/src/Composer/Console/Application.php:83
 Composer\Console\Application->run() at 
phar:///usr/local/bin/composer/bin/composer:43
 require() at /usr/local/bin/composer:15


update [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] 
[--lock] [--no-custom-installers] [--no-scripts] [--no-progress] 
[-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [packages1] ... [packagesN]
[/php]

Now, if I go to: http://twitter.github.io/bootstrap/ and hit "download" I get 
the following page:
https://codeload.github.com/twbs/bootstrap/zip/v3.0.0-rc1-dist

And "Not Found"


Any ideas? Is github broken? :/

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to