Having trouble pushing code to github in order to create my own Portfolio. Please help
See original GitHub issueIssue Description
After making the necessary changes to the starter template, and trying to host it on either Github Pages or Netlify, I receive the same errors at the command line which prevent me from doing so:
“‼ Some of your tasks use git add
command. Please remove it from the config since all modifications made by tasks will be automatically added to the git commit index.”
After continuing the process, I receive this error: “Running tasks for *.+(json|css|md) [failed]”, which loops and never ends.
Has anyone else faced this problem? Are there files that I should omit or edit? PLEASE HELP me as I would love to use this portfolio template. Thanks in advance!
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Pushing your first project to github
1. Make sure git is tracking your project locally · 2. Create a remote, empty folder/repository on Github. · 3. Connect your local...
Read more >Error: failed to push some refs to – How to Fix in Git
This error mainly occurs when you attempt to push your local changes to GitHub while the local repository (repo) has not yet been...
Read more >github - Git - remote: Repository not found
Go to Settings -> Developer Settings -> Personal Access Tokens on your GitHub account. Generate a new personal access token. Make sure to...
Read more >Git and GitHub for Beginners - Crash Course - YouTube
Learn about Git and GitHub in this tutorial. These are important tools for all developers to understand. Git and GitHub make it easier...
Read more >How to Build Portfolio Website And Host It on GitHub Pages?
Uploading into a GitHub Repository · Name the repository as 'your-username.github.io'. (For example, if your username is chandrikadeb7 then name ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Okay, I managed to get it to work on Netlify. Thank you very much for your help!
What ended up being the solution to fix this issue and get it running on Netlify? Running into a similar issue and it’s preventing me from making the commit that has my portfolio. 😦