I realize what the problem may be. This is our class project repository: https://github.com/FaithInMotion/capstone
/project is the actual application. It is set up this way so I could use github to push all vagrant files and such to 4 other students.
Is there a way to call a specific folder of a branch when setting up the repository? Or do I have to completely rework my repository to fit Forge's specifications?
EDIT: I thought to add a line after git pull origin production to cd project. This produces a new error, and I am not liking all of these "removals".
From github.com:FaithInMotion/capstone
* branch production -> FETCH_HEAD
Already up-to-date.
Loading composer repositories with package information
Installing dependencies from lock file
- Removing phpunit/phpunit (4.8.7)
- Removing phpunit/php-code-coverage (2.2.3)
- Removing phpunit/php-file-iterator (1.4.1)
- Removing phpunit/php-timer (1.0.7)
- Removing phpunit/phpunit-mock-objects (2.3.7)
- Removing phpunit/php-text-template (1.2.1)
- Removing sebastian/environment (1.3.2)
- Removing sebastian/global-state (1.0.0)
- Removing sebastian/version (1.0.6)
- Removing phpunit/php-token-stream (1.4.8)
- Removing phpspec/phpspec (2.3.0)
- Removing phpspec/php-diff (v1.0.2)
- Removing phpspec/prophecy (v1.5.0)
- Removing doctrine/instantiator (1.0.5)
- Removing sebastian/comparator (1.2.0)
- Removing sebastian/diff (1.3.0)
- Removing sebastian/exporter (1.2.1)
- Removing sebastian/recursion-context (1.0.1)
- Removing symfony/yaml (v2.7.4)
- Removing phpdocumentor/reflection-docblock (2.0.4)
- Removing mockery/mockery (0.9.4)
- Removing hamcrest/hamcrest-php (v1.2.2)
- Removing fzaninotto/faker (v1.5.0)
Generating autoload files
> php artisan clear-compiled
> php artisan optimize
Generating optimized class loader
[PDOException]
SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO)

