fatal: The remote end hung up unexpectedly Everything up-to-dateGit, fatal: The remote end hung up unexpectedlyPermission denied (publickey) when deploying heroku code. fatal: The remote end hung up unexpectedlyPermission denied (publickey). fatal: The remote end hung up unexpectedly while pushing back to git repositorygit pull - fatal: The remote end hung up unexpectedlyGitHub: ERROR: Repository not found. fatal: The remote end hung up unexpectedly (different from similar posts apparently)git push “ The remote end hung up unexpectedly ”Git, fatal: The remote end hung up unexpectedlyThe remote end hung up unexpectedly while Git push with large filescan't push to github - fatal: remote end hung up unexpectedlyWhen I want to deploy my node js app to heroku I get the followinggit show writing 100% but still show fatal: The remote end hung up unexpectedly and RPC failed error
Are these 2 equivalent?
Was Robin Hood's point of view ethically sound?
Is a MySQL database a viable alternative to LDAP?
How do I decide when to use MAPE, SMAPE and MASE for time series analysis on stock forecasting
How there are 3 possible tautomers of 2,2,4-trimethylheptane-3,5-dione?
Why was "leaping into the river" a valid trial outcome to prove one's innocence?
After a few interviews, What should I do after told to wait?
What can we do about our 9-month-old putting fingers down his throat?
Yet another calculator problem
Do you need to burn fuel between gravity assists?
I multiply the source, you (probably) multiply the output!
Why do the British opposition parties not want a new election?
The meaning of "offing" in "an agreement in the offing"
RANK used in 'where' returns invalid column, but exists in results set
Why does low tire pressure decrease fuel economy?
How strong is aircraft-grade spruce?
How can Schrödinger's cat be both dead and alive?
More than three domains hosted on the same IP address
Isn't that (two voices leaping to C like this) a breaking of the rules of four-part harmony?
LGPL HDL in larger FPGA design
Is every sentence we write or utter either true or false?
How should we understand "unobscured by flying friends" in this context?
pgfgantt: month displayed as single letter
Leaving the USA for 10 yrs when you have asylum
fatal: The remote end hung up unexpectedly Everything up-to-date
Git, fatal: The remote end hung up unexpectedlyPermission denied (publickey) when deploying heroku code. fatal: The remote end hung up unexpectedlyPermission denied (publickey). fatal: The remote end hung up unexpectedly while pushing back to git repositorygit pull - fatal: The remote end hung up unexpectedlyGitHub: ERROR: Repository not found. fatal: The remote end hung up unexpectedly (different from similar posts apparently)git push “ The remote end hung up unexpectedly ”Git, fatal: The remote end hung up unexpectedlyThe remote end hung up unexpectedly while Git push with large filescan't push to github - fatal: remote end hung up unexpectedlyWhen I want to deploy my node js app to heroku I get the followinggit show writing 100% but still show fatal: The remote end hung up unexpectedly and RPC failed error
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am trying to commit a folder in my repo with 3342
files of 8.0 MB
each.
git commit -m 'add my folder'
git push -u origin master
Counting objects: 3342, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (3342/3342), done.
error: RPC failed; curl 55 SSL_write() returned SYSCALL, errno = 32
fatal: The remote end hung up unexpectedly
Writing objects: 100% (3342/3342), 3.77 GiB | 2.48 MiB/s, done.
Total 3342 (delta 2241), reused 0 (delta 0)
fatal: The remote end hung up unexpectedly
But it returns
fatal: The remote end hung up unexpectedly
If I try the solution proposed here to swhitch to ssh
git remote add origin git@github.com:username/project.git
I get:
fatal: remote origin already exists.
git github
|
show 2 more comments
I am trying to commit a folder in my repo with 3342
files of 8.0 MB
each.
git commit -m 'add my folder'
git push -u origin master
Counting objects: 3342, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (3342/3342), done.
error: RPC failed; curl 55 SSL_write() returned SYSCALL, errno = 32
fatal: The remote end hung up unexpectedly
Writing objects: 100% (3342/3342), 3.77 GiB | 2.48 MiB/s, done.
Total 3342 (delta 2241), reused 0 (delta 0)
fatal: The remote end hung up unexpectedly
But it returns
fatal: The remote end hung up unexpectedly
If I try the solution proposed here to swhitch to ssh
git remote add origin git@github.com:username/project.git
I get:
fatal: remote origin already exists.
git github
Possible duplicate of Git, fatal: The remote end hung up unexpectedly
– Code_Ninja
Mar 28 at 7:29
I tried but I getfatal: remote origin already exists.
– emax
Mar 28 at 7:33
Read all the answers,git config http.postBuffer 524288000
this might be helpful.
– Code_Ninja
Mar 28 at 7:34
@Code_Ninja ok I will try
– emax
Mar 28 at 7:34
did it solve the issue?
– Code_Ninja
Mar 28 at 8:38
|
show 2 more comments
I am trying to commit a folder in my repo with 3342
files of 8.0 MB
each.
git commit -m 'add my folder'
git push -u origin master
Counting objects: 3342, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (3342/3342), done.
error: RPC failed; curl 55 SSL_write() returned SYSCALL, errno = 32
fatal: The remote end hung up unexpectedly
Writing objects: 100% (3342/3342), 3.77 GiB | 2.48 MiB/s, done.
Total 3342 (delta 2241), reused 0 (delta 0)
fatal: The remote end hung up unexpectedly
But it returns
fatal: The remote end hung up unexpectedly
If I try the solution proposed here to swhitch to ssh
git remote add origin git@github.com:username/project.git
I get:
fatal: remote origin already exists.
git github
I am trying to commit a folder in my repo with 3342
files of 8.0 MB
each.
git commit -m 'add my folder'
git push -u origin master
Counting objects: 3342, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (3342/3342), done.
error: RPC failed; curl 55 SSL_write() returned SYSCALL, errno = 32
fatal: The remote end hung up unexpectedly
Writing objects: 100% (3342/3342), 3.77 GiB | 2.48 MiB/s, done.
Total 3342 (delta 2241), reused 0 (delta 0)
fatal: The remote end hung up unexpectedly
But it returns
fatal: The remote end hung up unexpectedly
If I try the solution proposed here to swhitch to ssh
git remote add origin git@github.com:username/project.git
I get:
fatal: remote origin already exists.
git github
git github
edited Mar 28 at 7:32
emax
asked Mar 28 at 7:24
emaxemax
1,1073 gold badges15 silver badges44 bronze badges
1,1073 gold badges15 silver badges44 bronze badges
Possible duplicate of Git, fatal: The remote end hung up unexpectedly
– Code_Ninja
Mar 28 at 7:29
I tried but I getfatal: remote origin already exists.
– emax
Mar 28 at 7:33
Read all the answers,git config http.postBuffer 524288000
this might be helpful.
– Code_Ninja
Mar 28 at 7:34
@Code_Ninja ok I will try
– emax
Mar 28 at 7:34
did it solve the issue?
– Code_Ninja
Mar 28 at 8:38
|
show 2 more comments
Possible duplicate of Git, fatal: The remote end hung up unexpectedly
– Code_Ninja
Mar 28 at 7:29
I tried but I getfatal: remote origin already exists.
– emax
Mar 28 at 7:33
Read all the answers,git config http.postBuffer 524288000
this might be helpful.
– Code_Ninja
Mar 28 at 7:34
@Code_Ninja ok I will try
– emax
Mar 28 at 7:34
did it solve the issue?
– Code_Ninja
Mar 28 at 8:38
Possible duplicate of Git, fatal: The remote end hung up unexpectedly
– Code_Ninja
Mar 28 at 7:29
Possible duplicate of Git, fatal: The remote end hung up unexpectedly
– Code_Ninja
Mar 28 at 7:29
I tried but I get
fatal: remote origin already exists.
– emax
Mar 28 at 7:33
I tried but I get
fatal: remote origin already exists.
– emax
Mar 28 at 7:33
Read all the answers,
git config http.postBuffer 524288000
this might be helpful.– Code_Ninja
Mar 28 at 7:34
Read all the answers,
git config http.postBuffer 524288000
this might be helpful.– Code_Ninja
Mar 28 at 7:34
@Code_Ninja ok I will try
– emax
Mar 28 at 7:34
@Code_Ninja ok I will try
– emax
Mar 28 at 7:34
did it solve the issue?
– Code_Ninja
Mar 28 at 8:38
did it solve the issue?
– Code_Ninja
Mar 28 at 8:38
|
show 2 more comments
1 Answer
1
active
oldest
votes
As to the error
fatal: remote origin already exists.
you may want to remove your existing remote (called origin by default) or rename it. Inspect the available remotes with git remote -v
and consult git help remote
for the correct rename/delete commands. Of course, another way would be to adjust the suggested command
git remote add origin git@github.com:username/project.git
and replace origin by an alternative name (e.g., ori-github). Then you would have to work with this origin name in future commands.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55392145%2ffatal-the-remote-end-hung-up-unexpectedly-everything-up-to-date%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
As to the error
fatal: remote origin already exists.
you may want to remove your existing remote (called origin by default) or rename it. Inspect the available remotes with git remote -v
and consult git help remote
for the correct rename/delete commands. Of course, another way would be to adjust the suggested command
git remote add origin git@github.com:username/project.git
and replace origin by an alternative name (e.g., ori-github). Then you would have to work with this origin name in future commands.
add a comment |
As to the error
fatal: remote origin already exists.
you may want to remove your existing remote (called origin by default) or rename it. Inspect the available remotes with git remote -v
and consult git help remote
for the correct rename/delete commands. Of course, another way would be to adjust the suggested command
git remote add origin git@github.com:username/project.git
and replace origin by an alternative name (e.g., ori-github). Then you would have to work with this origin name in future commands.
add a comment |
As to the error
fatal: remote origin already exists.
you may want to remove your existing remote (called origin by default) or rename it. Inspect the available remotes with git remote -v
and consult git help remote
for the correct rename/delete commands. Of course, another way would be to adjust the suggested command
git remote add origin git@github.com:username/project.git
and replace origin by an alternative name (e.g., ori-github). Then you would have to work with this origin name in future commands.
As to the error
fatal: remote origin already exists.
you may want to remove your existing remote (called origin by default) or rename it. Inspect the available remotes with git remote -v
and consult git help remote
for the correct rename/delete commands. Of course, another way would be to adjust the suggested command
git remote add origin git@github.com:username/project.git
and replace origin by an alternative name (e.g., ori-github). Then you would have to work with this origin name in future commands.
edited Mar 28 at 7:54
answered Mar 28 at 7:39
carlosvalderramacarlosvalderrama
2411 gold badge3 silver badges10 bronze badges
2411 gold badge3 silver badges10 bronze badges
add a comment |
add a comment |
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55392145%2ffatal-the-remote-end-hung-up-unexpectedly-everything-up-to-date%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Possible duplicate of Git, fatal: The remote end hung up unexpectedly
– Code_Ninja
Mar 28 at 7:29
I tried but I get
fatal: remote origin already exists.
– emax
Mar 28 at 7:33
Read all the answers,
git config http.postBuffer 524288000
this might be helpful.– Code_Ninja
Mar 28 at 7:34
@Code_Ninja ok I will try
– emax
Mar 28 at 7:34
did it solve the issue?
– Code_Ninja
Mar 28 at 8:38