Giter Site home page Giter Site logo

novicecoder27 / github-error-solve Goto Github PK

View Code? Open in Web Editor NEW

This project forked from devvsakib/github-error-solve

0.0 0.0 0.0 980 KB

This is an Open Source repository. Our main goal is to solve any github error or issues and help other to feel comfortable using GitHub.

Home Page: https://github-error-solve.vercel.app

License: GNU General Public License v3.0

JavaScript 88.13% CSS 4.80% HTML 3.13% SCSS 3.94%

github-error-solve's Introduction

GitHub Error Solve

GES or GitHub Error Solve, is an open-source project dedicated to resolving any errors or issues that may arise while using GitHub. Our primary objective is to empower individuals to feel comfortable and confident using the platform by providing comprehensive solutions to common problems.


Tech stack used to build this website:

HTML CSS Tailwind JavaScript React Vite

How to contribute.

  • Fork this repository.
  • Clone the repository.
git clone [email protected]:<your github username>/github-error-solve.git
  • Navigate to folder
cd github-error-solve
  • Install node dependencies
npm i
  • Start the project
npm run dev
  • If Project Starts everything is correct , Now you need to stop the project.
 Cntrl + C
  • Make a New branch.The change you are going to make would be a good branch name.
git checkout -b <name-of-your-branch>
  • Stage your changes
  git add --all

or

  git add <Name-of-file-to-stage>
  • Commit changes
  git commit -m "<Commit-message>"
  • Check status of your repository.
  git status
  • The response should be like this
On branch <name-of-your-branch>
nothing to commit, working tree clean
  • Pushing your repository to GitHub.
  git push origin <name-of-your-branch>

or

  git branch -M master
  git push -u origin master
  • On the GitHub website, navigate to your forked repo - on the top of the files section, you'll notice a new section containing a Compare & Pull Request button!

  • Click on that button, this will load a new page, comparing the local branch in your forked repository against the main branch. Click the green Create Pull Request button.

Troubleshoot Facing problem starting the server or any other problem? Please let us know by raising an Issue

Please STAR the repository⭐

Discord

Join Us Discord Community

Live Link GES

Contributors

Thanks to all contributors ❤️

github-error-solve's People

Contributors

devvsakib avatar mohamedaldeep avatar safil-badarudeen avatar imtiazpy avatar codemeop avatar hussain-shariff avatar anvikshik avatar ankitk26 avatar munnokd avatar saksham00001 avatar rohinish404 avatar sudeepmahato16 avatar roii31-game avatar aryangodara avatar mohd-raza avatar smithop avatar nawarajshah avatar harshdeep61034 avatar damiend97 avatar dadudev avatar ionbain avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.