How to make a commit when not the original author? [closed]
I'm attempting to push a repository on a project that I didn't originally write and and it seems as though git is asking me for the original authors password and getting rejected:
The command
git push origin master
results in the following error message:
Password for 'https://kawner@bitbucket.org':
remote: Invalid username or password
fatal: Authentication failed for 'https://kawner@bitbucket.org/kawner/hackfund-2.0.git/'
How do I go about making the project mine so that I can push to a repository under my own account if that makes sense? I've tried abunch of things including deleting everything git related in keychain access and just logining in again in terminal but nothing is working.
git github
closed as off-topic by Ramhound, Thomas Dickey, Twisty Impersonator, fixer1234, Pimp Juice IT Dec 24 '18 at 17:58
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is not about computer hardware or software, within the scope defined in the help center." – Ramhound, Thomas Dickey, Twisty Impersonator, fixer1234, Pimp Juice IT
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I'm attempting to push a repository on a project that I didn't originally write and and it seems as though git is asking me for the original authors password and getting rejected:
The command
git push origin master
results in the following error message:
Password for 'https://kawner@bitbucket.org':
remote: Invalid username or password
fatal: Authentication failed for 'https://kawner@bitbucket.org/kawner/hackfund-2.0.git/'
How do I go about making the project mine so that I can push to a repository under my own account if that makes sense? I've tried abunch of things including deleting everything git related in keychain access and just logining in again in terminal but nothing is working.
git github
closed as off-topic by Ramhound, Thomas Dickey, Twisty Impersonator, fixer1234, Pimp Juice IT Dec 24 '18 at 17:58
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is not about computer hardware or software, within the scope defined in the help center." – Ramhound, Thomas Dickey, Twisty Impersonator, fixer1234, Pimp Juice IT
If this question can be reworded to fit the rules in the help center, please edit the question.
2
Fork it and work as your own.
– Biswapriyo
Dec 22 '18 at 19:43
"How do I go about making the project mine so that I can push to a repository under my own account if that makes sense?" - It is not possible to take over the repository in question. My suggestion would make your own repository, which you have ownership of, allowing you to make any commits you want. The repository in question is actually private.
– Ramhound
Dec 23 '18 at 0:29
add a comment |
I'm attempting to push a repository on a project that I didn't originally write and and it seems as though git is asking me for the original authors password and getting rejected:
The command
git push origin master
results in the following error message:
Password for 'https://kawner@bitbucket.org':
remote: Invalid username or password
fatal: Authentication failed for 'https://kawner@bitbucket.org/kawner/hackfund-2.0.git/'
How do I go about making the project mine so that I can push to a repository under my own account if that makes sense? I've tried abunch of things including deleting everything git related in keychain access and just logining in again in terminal but nothing is working.
git github
I'm attempting to push a repository on a project that I didn't originally write and and it seems as though git is asking me for the original authors password and getting rejected:
The command
git push origin master
results in the following error message:
Password for 'https://kawner@bitbucket.org':
remote: Invalid username or password
fatal: Authentication failed for 'https://kawner@bitbucket.org/kawner/hackfund-2.0.git/'
How do I go about making the project mine so that I can push to a repository under my own account if that makes sense? I've tried abunch of things including deleting everything git related in keychain access and just logining in again in terminal but nothing is working.
git github
git github
edited Dec 23 '18 at 0:26
zx485
810613
810613
asked Dec 22 '18 at 19:35
user976743user976743
61
61
closed as off-topic by Ramhound, Thomas Dickey, Twisty Impersonator, fixer1234, Pimp Juice IT Dec 24 '18 at 17:58
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is not about computer hardware or software, within the scope defined in the help center." – Ramhound, Thomas Dickey, Twisty Impersonator, fixer1234, Pimp Juice IT
If this question can be reworded to fit the rules in the help center, please edit the question.
closed as off-topic by Ramhound, Thomas Dickey, Twisty Impersonator, fixer1234, Pimp Juice IT Dec 24 '18 at 17:58
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is not about computer hardware or software, within the scope defined in the help center." – Ramhound, Thomas Dickey, Twisty Impersonator, fixer1234, Pimp Juice IT
If this question can be reworded to fit the rules in the help center, please edit the question.
2
Fork it and work as your own.
– Biswapriyo
Dec 22 '18 at 19:43
"How do I go about making the project mine so that I can push to a repository under my own account if that makes sense?" - It is not possible to take over the repository in question. My suggestion would make your own repository, which you have ownership of, allowing you to make any commits you want. The repository in question is actually private.
– Ramhound
Dec 23 '18 at 0:29
add a comment |
2
Fork it and work as your own.
– Biswapriyo
Dec 22 '18 at 19:43
"How do I go about making the project mine so that I can push to a repository under my own account if that makes sense?" - It is not possible to take over the repository in question. My suggestion would make your own repository, which you have ownership of, allowing you to make any commits you want. The repository in question is actually private.
– Ramhound
Dec 23 '18 at 0:29
2
2
Fork it and work as your own.
– Biswapriyo
Dec 22 '18 at 19:43
Fork it and work as your own.
– Biswapriyo
Dec 22 '18 at 19:43
"How do I go about making the project mine so that I can push to a repository under my own account if that makes sense?" - It is not possible to take over the repository in question. My suggestion would make your own repository, which you have ownership of, allowing you to make any commits you want. The repository in question is actually private.
– Ramhound
Dec 23 '18 at 0:29
"How do I go about making the project mine so that I can push to a repository under my own account if that makes sense?" - It is not possible to take over the repository in question. My suggestion would make your own repository, which you have ownership of, allowing you to make any commits you want. The repository in question is actually private.
– Ramhound
Dec 23 '18 at 0:29
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
2
Fork it and work as your own.
– Biswapriyo
Dec 22 '18 at 19:43
"How do I go about making the project mine so that I can push to a repository under my own account if that makes sense?" - It is not possible to take over the repository in question. My suggestion would make your own repository, which you have ownership of, allowing you to make any commits you want. The repository in question is actually private.
– Ramhound
Dec 23 '18 at 0:29