Open
Conversation
Now I hope it is good
adding my name
Contributor
|
@robertjames22 There are conflict. Please check this url to know how to deal with them. |
Contributor
Author
|
Okay, thank you for the notification. I will rectify the conflict ASAP/by
the end of the day.
On Sat, Jun 1, 2019 at 10:27 Christelle Scharff ***@***.***> wrote:
@robertjames22 <https://github.com/robertjames22> There are conflict.
Please check this url to know how to deal with them.
#450 <#450>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#450?email_source=notifications&email_token=AJ73C7ZM4LJE5IXSBCE7LSDPYKBOTA5CNFSM4HR7THJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWXBVQI#issuecomment-497949377>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJ73C73WCK46RFPXG7XBHQLPYKBOTANCNFSM4HR7THJA>
.
--
Robert Consigliere
|
Contributor
|
I know that getting used to Git and GitHub takes some time.
|
Contributor
Author
|
I have reviewed a few different ways to do a pull request and I'm still
having issues at the push stage. Would you be able to provide me with any
guidance after seeing my steps below?I haven't been able to solve the issue
using online resources and the tutorials that are provided through BBoard.
Thank you. This seems to be the only part of the assignment I have issues
with (submitting a pull-request through a repo I don't have access to).
*Steps:*
1. $ git clone https://github.com/paceuniversity/courses.git
2. $ cd ~/Desktop/github/courses
3. $ git checkout -b revert-39-patch-2
4. $ echo Consigliere, Robert June 1, 2019 3:11pm >> README.md
5. $ git status
6. $ git add README.md
7. $ git commit -m "Modified README.md which should now display my
name, date, and time"
8. git push -u origin revert-39-patch-2
Error:
remote: Permission to paceuniversity/courses.git denied to
robertjames22.
fatal: unable to access '
https://github.com/paceuniversity/courses.git/': The requested URL returned
error: 403
…On Sat, Jun 1, 2019 at 10:43 AM Christelle Scharff ***@***.***> wrote:
I know that getting used to Git and GitHub takes some time.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#450?email_source=notifications&email_token=AJ73C725A6DVEEM5ZYPQJSTPYKDK5A5CNFSM4HR7THJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWXB6MA#issuecomment-497950512>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJ73C766P3PMZ5ELBD5JFDDPYKDK5ANCNFSM4HR7THJA>
.
--
Robert Consigliere
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Consigliere, Robert May 31, 2019 11:50pm