Encountering a permission issue when trying to push the changes. #664
-
Hi @vishanurag, it shows an error like this : Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
@hbSrujana You need to fork the repo first and then clone/pull the forked repo only, not the original one. Then you can make changes in your branch locally. After that you will be able to push your code. Then simply create a pr. |
Beta Was this translation helpful? Give feedback.
-
Ok, I'll check it out.
…On Sat, Oct 19, 2024, 10:45 PM ANURAG VISHWAKARMA ***@***.***> wrote:
Hi @vishanurag <https://github.com/vishanurag>, I’ve implemented the fix
for the like button functionality and created a new branch
fix-like-button-issue. However, I’m encountering a permission issue when
trying to push the changes.
it shows an error like this : $ git push origin fix-like-button-issue
info: please complete authentication in your browser... remote: Permission
to vishanurag/Canvas-Editor.git denied to hbSrujana. fatal: unable to
access 'https://github.com/vishanurag/Canvas-Editor.git/': The requested
URL returned error: 403
Best regards, Srujana
@hbSrujana <https://github.com/hbSrujana> You need to fork the repo first
and then clone/pull the forked repo only, not the original one. Then you
can make changes in your branch locally. After that you will be able to
push your code. Then simply create a pr.
—
Reply to this email directly, view it on GitHub
<#664 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BK33NFPTSU4LQ5YODNTZPNTZ4KHRPAVCNFSM6AAAAABQFW3WAKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOJZGIZTSMQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Subject : Merge Conflicts Resolved
I just wanted to let you Know that I've resolved all merge conflicts, which
addresses issue #596 and PR is #737. The changes have been successfully
merged into the main branch
…On Sat, Oct 19, 2024, 11:03 PM H B SRUJANA ***@***.***> wrote:
Ok, I'll check it out.
On Sat, Oct 19, 2024, 10:45 PM ANURAG VISHWAKARMA <
***@***.***> wrote:
> Hi @vishanurag <https://github.com/vishanurag>, I’ve implemented the fix
> for the like button functionality and created a new branch
> fix-like-button-issue. However, I’m encountering a permission issue when
> trying to push the changes.
>
> it shows an error like this : $ git push origin fix-like-button-issue
> info: please complete authentication in your browser... remote: Permission
> to vishanurag/Canvas-Editor.git denied to hbSrujana. fatal: unable to
> access 'https://github.com/vishanurag/Canvas-Editor.git/': The requested
> URL returned error: 403
>
> Best regards, Srujana
>
> @hbSrujana <https://github.com/hbSrujana> You need to fork the repo
> first and then clone/pull the forked repo only, not the original one. Then
> you can make changes in your branch locally. After that you will be able to
> push your code. Then simply create a pr.
>
> —
> Reply to this email directly, view it on GitHub
> <#664 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/BK33NFPTSU4LQ5YODNTZPNTZ4KHRPAVCNFSM6AAAAABQFW3WAKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOJZGIZTSMQ>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***
> com>
>
|
Beta Was this translation helpful? Give feedback.
@hbSrujana You need to fork the repo first and then clone/pull the forked repo only, not the original one. Then you can make changes in your branch locally. Aft…