Description
I was trying to deploy my sample angular-fullstack app to heroku so I did this gulp buildcontrol:heroku
. But Im getting this error.
[14:17:19] Requiring external module babel-register
[14:17:21] Using gulpfile /var/www/html/WiM/gulpfile.babel.js
[14:17:21] Starting 'buildcontrol:heroku'...
Running "buildcontrol:heroku" (buildcontrol) taskfatal: 'heroku' does not appear to be a git repository
fatal: Could not read from remote repository.Please make sure you have the correct access rights
and the repository exists.
Warning: fatal: 'heroku' does not appear to be a git repository
fatal: Could not read from remote repository.Please make sure you have the correct access rights
and the repository exists.
Use --force to continue.Aborted due to warnings.
Im pretty sure I added the git url from heroku as a remote on my local git repo.
Item | Version |
---|---|
generator-angular-fullstack | 3.7.5 |
Node | 5.10.1 |
npm | 3.8.7 |
Operating System | Linux Mint |
Item | Answer |
---|---|
Transpiler | Babel |
Markup | HTML |
CSS | CSS |
Router | ui-router |
Build Tool | Gulp |
Client Tests | Mocha |
DB | MongoDB |
Auth | Y |