Git Product home page Git Product logo

Comments (9)

AJaramillo54 avatar AJaramillo54 commented on May 22, 2024 1

I also receive this error using GitHub for Windows.

SOLVED I hadn't run through GET GIT and GITHUBBIN, as I already had a GitHub account. Running through them solved the issue.

from patchwork.

Baltimorejones avatar Baltimorejones commented on May 22, 2024

I'm receiving the following error: the requested url returned error: 403
fatal: unable to access 'https://github.com/jlord/pathwork.git/': The requested URL returned error: 403

from patchwork.

 avatar commented on May 22, 2024

@Baltimorejones problably you already solve this problem but mayby not... its PATCHWORK not PATHWORK like in your URL, so it's should be https://github.com/jlord/patchwork.git

from patchwork.

jlord avatar jlord commented on May 22, 2024

If anyone is still having trouble with this, please open an issue at the new repo for Git-it

from patchwork.

bitakazemi avatar bitakazemi commented on May 22, 2024

I get the same error
remote: Permission to jlord/patchwork.git denied to bitakazemi.
fatal: unable to access 'https://github.com/jlord/patchwork/': The requested URL returned error: 403

from patchwork.

tianhang avatar tianhang commented on May 22, 2024

I get the same error
remote: Permission to jlord/patchwork.git denied to bitakazemi.
fatal: unable to access 'https://github.com/jlord/patchwork/': The requested URL returned error: 403

from patchwork.

jlord avatar jlord commented on May 22, 2024

If you get this error then you are trying to push to the wrong branch. You should be pushing your changes to your branch on your fork, not the original. If /jlord/ is in the URL path then it is not going to your account, which is why you get the 403 and are unable to access.

You can see what remotes you have set up and their addresses with:

git remote -v

Check that you are pushing your changes to the correct place.

I will update the tips at the bottom of the challenge for this 👍

from patchwork.

zouhairkhallaf avatar zouhairkhallaf commented on May 22, 2024

1- If you are in this forlder: /usr/local/git-it/patchwork/contributors
2- Go back up one step using (means to: /usr/local/git-it/patchwork) using cd ..
3- do : $ git add -A
4- check your: $ git status
5- You will git this message
On branch add-YOURBRANCHNAME
nothing to commit, working tree clean
6- $ git commit -m "YOUR MESSAGE"
On branch add-YOURBRANCHNAM
nothing to commit, working tree clean
7- NOW DO THIS : $ git push --set-upstream origin add-YOURBRANCHNAME
This should fix it : here is the output
bash-3.2# git push --set-upstream origin add-YOURBRANCHNAME
Counting objects: 11, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (9/9), done.
Writing objects: 100% (11/11), 932 bytes | 0 bytes/s, done.
Total 11 (delta 6), reused 0 (delta 0)
remote: Resolving deltas: 100% (6/6), completed with 2 local objects.
To https://github.com/YOURUSRNAME/patchwork

  • [new branch] add-YOURBRANCHNAME -> add-YOURBRANCHNAME
    Branch add-YOURBRANCHNAME set up to track remote branch add-YOURBRANCHNAME from origin.
    bash-3.2# git-it verify
    ALL SHOULD BE AS GREEN AS THE DOLLAR BILLS

from patchwork.

NinemillaKA avatar NinemillaKA commented on May 22, 2024

still the same error

from patchwork.

Related Issues (20)

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.