28 questions
0
votes
0
answers
117
views
Issue with deploying Angular application to gh-pages
I have an Angular application that I'm attempting to deploy to gh-pages via angular-cli-ghpages. I've been struggling off and on with this project, in general. I can either get my application working ...
2
votes
0
answers
616
views
how do I deploy an Angular Project to Github Pages?
I have been following along with the Angular Documentation for building your first app
I want to deploy the application as it is, but when using CLI to run ng deploy I receive an error that reads as ...
0
votes
0
answers
70
views
I'm trying to host an Angular project on GitHub
I'm trying to host an Angular project on GitHub. I have a project called website.github.io, I made a gh-pages branch, then a dist file where only a part of my page is uploaded, and when I generate the ...
0
votes
1
answer
701
views
How do I load images on angular more fluidly?
I am creating an angular project where I am loading image files. Is there a way to make the image load more fluidly? Right now they are loading a little choppy.Here is the website so that you can see ...
1
vote
1
answer
80
views
SSH passphrase wish.exe
I'm trying to generate a Ghpages for an angular app.
When I push my work $ git push origin branch-name on the repo, my passphrase is asked IN the GIT WINDOW there is NO problem.
But when I try to ...
0
votes
1
answer
180
views
git-upload-pack '.': git-upload-pack: command not found fatal: Could not read from remote repository
I am trying to deploy an Angular PWA to gh pages and receive this error on deploy:
git-upload-pack '.': git-upload-pack: command not found
fatal: Could not read from remote repository.
Please make ...
0
votes
1
answer
57
views
Recover removed local folder using git
I made an Angular project and pushed it on github ( I don't know much about git ). After pushing, I saw there was just one folder with a right arrow on it and when clicking on it didn't result in ...
-1
votes
1
answer
77
views
I worked on a tutorial application and I followed a guide to host it on gh-pages. Why is the routing messed up now? [closed]
Source code for app: https://github.com/shardul-shah/first-angular-app
It works on gh-pages... kind of (https://shardul-shah.github.io/first-angular-app/)
Problems:
When going to this, https://...
1
vote
1
answer
902
views
What is the correct way to deploy a feature branch of an Angular app to GitHub Pages?
I have made a number of changes to an Angular repo on a branch called feat/demo-mode and I want to publish this branch to GitHub Pages.
Under the GitHub Pages section, I chose my branch as outlined ...
0
votes
1
answer
73
views
Facing problems with angular deployment in gh pages
I recently deployed my app on gh pages, but i am facing a lot of troubles with 404 messages. The problems go from images not loading to pages disapearing, and i don't know what to do about it. Here is ...
0
votes
1
answer
141
views
Deploy Scully Static Folder with angular-cli-ghpages?
Scully generates the project to project/dist/static.
How do we deploy that instead of project/dist/project-name with angular-cli-ghpages?
0
votes
1
answer
1k
views
Github Pages in Angular gets blank page after second deploy
I successfully deployed an angular app to Github Pages with:
ng add angular-cli-ghpages
ng deploy --base-href=https://[username].github.io/[repo]/ --name=[username] --email=[email]
it worked until I ...
0
votes
1
answer
133
views
Angular App Deployed to Github Pages Not Initializing?
This is related to this question.
I got the app to be picked up and published by Github Pages by creating the gh-pages branch before running the deploy.
After deploying the app did become available ...
1
vote
0
answers
110
views
Angular app not picked up by github pages?
First I setup A records for canary.fireflysemantics.com.
Then waited an hour (Not sure if time matters?).
I created a brand new repository:
https://github.com/fireflysemantics/canary/
I then pushed ...
0
votes
1
answer
872
views
Deploying Angular App to Github Pages with angular-cli-ghpages?
These steps used to work. First create the repository:
https://github.com/fireflysemantics/help-service-parts
Add the remote for it
git remote add origin [email protected]:fireflysemantics/help-...