Read timed out after 30,000 ms
I am stackoverflow user.
I asked there a question EGIT saying Read timed out after 30,000 ms
One of the kind user there tried helping me but we couldnt resolve it.
so he suggested me to take my question to superuser as all solutions there couldnt solve my prob and he suspected its internet or proxy or firewall issue.
I am new here, and really dont know how to move stackoverflow question to superuser.
so had to make this new post...
kindly excuse me and please help me in resolving the issue.
details of question are:
Im trying to clone a remote repo over http in my local dest.
im using egit on eclipse luna.
but im always getting error read timed out after 30,000ms.
i know http is correct protocol for it, my username passsword is correct but still this problem occuring multiple times.
pls see screenshot in stackoverflow question for more clear idea. (im not allowed to post images here as I dont have enough reputation on Super User.
UPDDATE: 11-5-2014
When i saw eclipse error log at location .metadata/log
I saw following error message..... i think it says same.... but still adding here in case if it can help solving this problem....
error message is
!ENTRY org.eclipse.egit.ui 4 0 2014-11-05 19:09:13.827
!MESSAGE Read timed out after 30,000 ms
!STACK 0
org.eclipse.jgit.api.errors.TransportException: Read timed out after 30,000 ms
at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:139)
at org.eclipse.jgit.api.CloneCommand.fetch(CloneCommand.java:178)
at org.eclipse.jgit.api.CloneCommand.call(CloneCommand.java:125)
at org.eclipse.egit.core.op.CloneOperation.run(CloneOperation.java:156)
at
org.eclipse.egit.ui.internal.clone.AbstractGitCloneWizard.executeCloneOperation(AbstractGitCloneWizard.java:433)
at org.eclipse.egit.ui.internal.clone.AbstractGitCloneWizard.access$2(AbstractGitCloneWizard.java:426)
at org.eclipse.egit.ui.internal.clone.AbstractGitCloneWizard$6.run(AbstractGitCloneWizard.java:405)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: org.eclipse.jgit.errors.TransportException: Read timed out after 30,000 ms
at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:370)
at org.eclipse.jgit.transport.TransportHttp$SmartHttpFetchConnection.doFetch(TransportHttp.java:780)
at org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:301)
at org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:291)
at org.eclipse.jgit.transport.FetchProcess.fetchObjects(FetchProcess.java:247)
at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:160)
at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122)
at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1111)
at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:130)
... 7 more
Caused by: java.io.InterruptedIOException: Read timed out after 30,000 ms
at org.eclipse.jgit.util.io.TimeoutInputStream.readTimedOut(TimeoutInputStream.java:141)
at org.eclipse.jgit.util.io.TimeoutInputStream.read(TimeoutInputStream.java:114)
at org.eclipse.jgit.util.IO.readFully(IO.java:246)
at org.eclipse.jgit.transport.PacketLineIn.readLength(PacketLineIn.java:186)
at org.eclipse.jgit.transport.PacketLineIn.readString(PacketLineIn.java:138)
at org.eclipse.jgit.transport.PacketLineIn.readACK(PacketLineIn.java:102)
at org.eclipse.jgit.transport.BasePackFetchConnection.negotiate(BasePackFetchConnection.java:655)
at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:356)
... 15 more
can anybody help me to resolve this prob?
thanks in advance !!
thanks.
eclipse
add a comment |
I am stackoverflow user.
I asked there a question EGIT saying Read timed out after 30,000 ms
One of the kind user there tried helping me but we couldnt resolve it.
so he suggested me to take my question to superuser as all solutions there couldnt solve my prob and he suspected its internet or proxy or firewall issue.
I am new here, and really dont know how to move stackoverflow question to superuser.
so had to make this new post...
kindly excuse me and please help me in resolving the issue.
details of question are:
Im trying to clone a remote repo over http in my local dest.
im using egit on eclipse luna.
but im always getting error read timed out after 30,000ms.
i know http is correct protocol for it, my username passsword is correct but still this problem occuring multiple times.
pls see screenshot in stackoverflow question for more clear idea. (im not allowed to post images here as I dont have enough reputation on Super User.
UPDDATE: 11-5-2014
When i saw eclipse error log at location .metadata/log
I saw following error message..... i think it says same.... but still adding here in case if it can help solving this problem....
error message is
!ENTRY org.eclipse.egit.ui 4 0 2014-11-05 19:09:13.827
!MESSAGE Read timed out after 30,000 ms
!STACK 0
org.eclipse.jgit.api.errors.TransportException: Read timed out after 30,000 ms
at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:139)
at org.eclipse.jgit.api.CloneCommand.fetch(CloneCommand.java:178)
at org.eclipse.jgit.api.CloneCommand.call(CloneCommand.java:125)
at org.eclipse.egit.core.op.CloneOperation.run(CloneOperation.java:156)
at
org.eclipse.egit.ui.internal.clone.AbstractGitCloneWizard.executeCloneOperation(AbstractGitCloneWizard.java:433)
at org.eclipse.egit.ui.internal.clone.AbstractGitCloneWizard.access$2(AbstractGitCloneWizard.java:426)
at org.eclipse.egit.ui.internal.clone.AbstractGitCloneWizard$6.run(AbstractGitCloneWizard.java:405)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: org.eclipse.jgit.errors.TransportException: Read timed out after 30,000 ms
at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:370)
at org.eclipse.jgit.transport.TransportHttp$SmartHttpFetchConnection.doFetch(TransportHttp.java:780)
at org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:301)
at org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:291)
at org.eclipse.jgit.transport.FetchProcess.fetchObjects(FetchProcess.java:247)
at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:160)
at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122)
at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1111)
at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:130)
... 7 more
Caused by: java.io.InterruptedIOException: Read timed out after 30,000 ms
at org.eclipse.jgit.util.io.TimeoutInputStream.readTimedOut(TimeoutInputStream.java:141)
at org.eclipse.jgit.util.io.TimeoutInputStream.read(TimeoutInputStream.java:114)
at org.eclipse.jgit.util.IO.readFully(IO.java:246)
at org.eclipse.jgit.transport.PacketLineIn.readLength(PacketLineIn.java:186)
at org.eclipse.jgit.transport.PacketLineIn.readString(PacketLineIn.java:138)
at org.eclipse.jgit.transport.PacketLineIn.readACK(PacketLineIn.java:102)
at org.eclipse.jgit.transport.BasePackFetchConnection.negotiate(BasePackFetchConnection.java:655)
at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:356)
... 15 more
can anybody help me to resolve this prob?
thanks in advance !!
thanks.
eclipse
1
Please edit your question and include all details on the problem, just as you did on SO. We need them here in case your question is removed from SO at some point.
– gronostaj
Nov 9 '14 at 15:50
@gronostaj Thanks for suggestion ! I have added details from SO to here. Just couldnt post screenshot as I dont have enough reputation on Super User to post image. Hope this info will help in resolving issue.
– adityag
Nov 10 '14 at 7:27
1
Is it a really big repo? Can you clone it using the command line git tools? Are you running a local firewall that might prevent access or are you on a corporate network? 30 seconds is a lot of time.
– Seth
Jan 19 '17 at 6:58
Are you not able to clone any remote repo? Or just this one?
– Aulis Ronkainen
Nov 10 '18 at 13:08
add a comment |
I am stackoverflow user.
I asked there a question EGIT saying Read timed out after 30,000 ms
One of the kind user there tried helping me but we couldnt resolve it.
so he suggested me to take my question to superuser as all solutions there couldnt solve my prob and he suspected its internet or proxy or firewall issue.
I am new here, and really dont know how to move stackoverflow question to superuser.
so had to make this new post...
kindly excuse me and please help me in resolving the issue.
details of question are:
Im trying to clone a remote repo over http in my local dest.
im using egit on eclipse luna.
but im always getting error read timed out after 30,000ms.
i know http is correct protocol for it, my username passsword is correct but still this problem occuring multiple times.
pls see screenshot in stackoverflow question for more clear idea. (im not allowed to post images here as I dont have enough reputation on Super User.
UPDDATE: 11-5-2014
When i saw eclipse error log at location .metadata/log
I saw following error message..... i think it says same.... but still adding here in case if it can help solving this problem....
error message is
!ENTRY org.eclipse.egit.ui 4 0 2014-11-05 19:09:13.827
!MESSAGE Read timed out after 30,000 ms
!STACK 0
org.eclipse.jgit.api.errors.TransportException: Read timed out after 30,000 ms
at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:139)
at org.eclipse.jgit.api.CloneCommand.fetch(CloneCommand.java:178)
at org.eclipse.jgit.api.CloneCommand.call(CloneCommand.java:125)
at org.eclipse.egit.core.op.CloneOperation.run(CloneOperation.java:156)
at
org.eclipse.egit.ui.internal.clone.AbstractGitCloneWizard.executeCloneOperation(AbstractGitCloneWizard.java:433)
at org.eclipse.egit.ui.internal.clone.AbstractGitCloneWizard.access$2(AbstractGitCloneWizard.java:426)
at org.eclipse.egit.ui.internal.clone.AbstractGitCloneWizard$6.run(AbstractGitCloneWizard.java:405)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: org.eclipse.jgit.errors.TransportException: Read timed out after 30,000 ms
at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:370)
at org.eclipse.jgit.transport.TransportHttp$SmartHttpFetchConnection.doFetch(TransportHttp.java:780)
at org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:301)
at org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:291)
at org.eclipse.jgit.transport.FetchProcess.fetchObjects(FetchProcess.java:247)
at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:160)
at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122)
at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1111)
at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:130)
... 7 more
Caused by: java.io.InterruptedIOException: Read timed out after 30,000 ms
at org.eclipse.jgit.util.io.TimeoutInputStream.readTimedOut(TimeoutInputStream.java:141)
at org.eclipse.jgit.util.io.TimeoutInputStream.read(TimeoutInputStream.java:114)
at org.eclipse.jgit.util.IO.readFully(IO.java:246)
at org.eclipse.jgit.transport.PacketLineIn.readLength(PacketLineIn.java:186)
at org.eclipse.jgit.transport.PacketLineIn.readString(PacketLineIn.java:138)
at org.eclipse.jgit.transport.PacketLineIn.readACK(PacketLineIn.java:102)
at org.eclipse.jgit.transport.BasePackFetchConnection.negotiate(BasePackFetchConnection.java:655)
at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:356)
... 15 more
can anybody help me to resolve this prob?
thanks in advance !!
thanks.
eclipse
I am stackoverflow user.
I asked there a question EGIT saying Read timed out after 30,000 ms
One of the kind user there tried helping me but we couldnt resolve it.
so he suggested me to take my question to superuser as all solutions there couldnt solve my prob and he suspected its internet or proxy or firewall issue.
I am new here, and really dont know how to move stackoverflow question to superuser.
so had to make this new post...
kindly excuse me and please help me in resolving the issue.
details of question are:
Im trying to clone a remote repo over http in my local dest.
im using egit on eclipse luna.
but im always getting error read timed out after 30,000ms.
i know http is correct protocol for it, my username passsword is correct but still this problem occuring multiple times.
pls see screenshot in stackoverflow question for more clear idea. (im not allowed to post images here as I dont have enough reputation on Super User.
UPDDATE: 11-5-2014
When i saw eclipse error log at location .metadata/log
I saw following error message..... i think it says same.... but still adding here in case if it can help solving this problem....
error message is
!ENTRY org.eclipse.egit.ui 4 0 2014-11-05 19:09:13.827
!MESSAGE Read timed out after 30,000 ms
!STACK 0
org.eclipse.jgit.api.errors.TransportException: Read timed out after 30,000 ms
at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:139)
at org.eclipse.jgit.api.CloneCommand.fetch(CloneCommand.java:178)
at org.eclipse.jgit.api.CloneCommand.call(CloneCommand.java:125)
at org.eclipse.egit.core.op.CloneOperation.run(CloneOperation.java:156)
at
org.eclipse.egit.ui.internal.clone.AbstractGitCloneWizard.executeCloneOperation(AbstractGitCloneWizard.java:433)
at org.eclipse.egit.ui.internal.clone.AbstractGitCloneWizard.access$2(AbstractGitCloneWizard.java:426)
at org.eclipse.egit.ui.internal.clone.AbstractGitCloneWizard$6.run(AbstractGitCloneWizard.java:405)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: org.eclipse.jgit.errors.TransportException: Read timed out after 30,000 ms
at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:370)
at org.eclipse.jgit.transport.TransportHttp$SmartHttpFetchConnection.doFetch(TransportHttp.java:780)
at org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:301)
at org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:291)
at org.eclipse.jgit.transport.FetchProcess.fetchObjects(FetchProcess.java:247)
at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:160)
at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122)
at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1111)
at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:130)
... 7 more
Caused by: java.io.InterruptedIOException: Read timed out after 30,000 ms
at org.eclipse.jgit.util.io.TimeoutInputStream.readTimedOut(TimeoutInputStream.java:141)
at org.eclipse.jgit.util.io.TimeoutInputStream.read(TimeoutInputStream.java:114)
at org.eclipse.jgit.util.IO.readFully(IO.java:246)
at org.eclipse.jgit.transport.PacketLineIn.readLength(PacketLineIn.java:186)
at org.eclipse.jgit.transport.PacketLineIn.readString(PacketLineIn.java:138)
at org.eclipse.jgit.transport.PacketLineIn.readACK(PacketLineIn.java:102)
at org.eclipse.jgit.transport.BasePackFetchConnection.negotiate(BasePackFetchConnection.java:655)
at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:356)
... 15 more
can anybody help me to resolve this prob?
thanks in advance !!
thanks.
eclipse
eclipse
edited May 23 '17 at 11:33
Community♦
1
1
asked Nov 6 '14 at 11:04
adityag
612
612
1
Please edit your question and include all details on the problem, just as you did on SO. We need them here in case your question is removed from SO at some point.
– gronostaj
Nov 9 '14 at 15:50
@gronostaj Thanks for suggestion ! I have added details from SO to here. Just couldnt post screenshot as I dont have enough reputation on Super User to post image. Hope this info will help in resolving issue.
– adityag
Nov 10 '14 at 7:27
1
Is it a really big repo? Can you clone it using the command line git tools? Are you running a local firewall that might prevent access or are you on a corporate network? 30 seconds is a lot of time.
– Seth
Jan 19 '17 at 6:58
Are you not able to clone any remote repo? Or just this one?
– Aulis Ronkainen
Nov 10 '18 at 13:08
add a comment |
1
Please edit your question and include all details on the problem, just as you did on SO. We need them here in case your question is removed from SO at some point.
– gronostaj
Nov 9 '14 at 15:50
@gronostaj Thanks for suggestion ! I have added details from SO to here. Just couldnt post screenshot as I dont have enough reputation on Super User to post image. Hope this info will help in resolving issue.
– adityag
Nov 10 '14 at 7:27
1
Is it a really big repo? Can you clone it using the command line git tools? Are you running a local firewall that might prevent access or are you on a corporate network? 30 seconds is a lot of time.
– Seth
Jan 19 '17 at 6:58
Are you not able to clone any remote repo? Or just this one?
– Aulis Ronkainen
Nov 10 '18 at 13:08
1
1
Please edit your question and include all details on the problem, just as you did on SO. We need them here in case your question is removed from SO at some point.
– gronostaj
Nov 9 '14 at 15:50
Please edit your question and include all details on the problem, just as you did on SO. We need them here in case your question is removed from SO at some point.
– gronostaj
Nov 9 '14 at 15:50
@gronostaj Thanks for suggestion ! I have added details from SO to here. Just couldnt post screenshot as I dont have enough reputation on Super User to post image. Hope this info will help in resolving issue.
– adityag
Nov 10 '14 at 7:27
@gronostaj Thanks for suggestion ! I have added details from SO to here. Just couldnt post screenshot as I dont have enough reputation on Super User to post image. Hope this info will help in resolving issue.
– adityag
Nov 10 '14 at 7:27
1
1
Is it a really big repo? Can you clone it using the command line git tools? Are you running a local firewall that might prevent access or are you on a corporate network? 30 seconds is a lot of time.
– Seth
Jan 19 '17 at 6:58
Is it a really big repo? Can you clone it using the command line git tools? Are you running a local firewall that might prevent access or are you on a corporate network? 30 seconds is a lot of time.
– Seth
Jan 19 '17 at 6:58
Are you not able to clone any remote repo? Or just this one?
– Aulis Ronkainen
Nov 10 '18 at 13:08
Are you not able to clone any remote repo? Or just this one?
– Aulis Ronkainen
Nov 10 '18 at 13:08
add a comment |
1 Answer
1
active
oldest
votes
I have a headache about GitHub.
- there is a setting:window-->preference-->team-->git
change "Remote connection timeout"'s value to 180.
this doesn't do work, but it may work sometime for my network is in a great wall.
- find Git-->Configuration,there are "User Setting","System Setting" and "Repository Setting". Check "User Setting" and "System Setting" files are exist.
- my problem is "User setting"(H:myeclipse_git.gitconfig) exists but "System setting"(j:Program FilesGitetcgitconfig) do not. So I create
.gitconfig
in directory ect and copy U's(H:myeclipse_git.gitconfig) content to it, save change and it works!
Now I've cloned the remote git project.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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/3.0/"u003ecc by-sa 3.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%2fsuperuser.com%2fquestions%2f836631%2fread-timed-out-after-30-000-ms%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
I have a headache about GitHub.
- there is a setting:window-->preference-->team-->git
change "Remote connection timeout"'s value to 180.
this doesn't do work, but it may work sometime for my network is in a great wall.
- find Git-->Configuration,there are "User Setting","System Setting" and "Repository Setting". Check "User Setting" and "System Setting" files are exist.
- my problem is "User setting"(H:myeclipse_git.gitconfig) exists but "System setting"(j:Program FilesGitetcgitconfig) do not. So I create
.gitconfig
in directory ect and copy U's(H:myeclipse_git.gitconfig) content to it, save change and it works!
Now I've cloned the remote git project.
add a comment |
I have a headache about GitHub.
- there is a setting:window-->preference-->team-->git
change "Remote connection timeout"'s value to 180.
this doesn't do work, but it may work sometime for my network is in a great wall.
- find Git-->Configuration,there are "User Setting","System Setting" and "Repository Setting". Check "User Setting" and "System Setting" files are exist.
- my problem is "User setting"(H:myeclipse_git.gitconfig) exists but "System setting"(j:Program FilesGitetcgitconfig) do not. So I create
.gitconfig
in directory ect and copy U's(H:myeclipse_git.gitconfig) content to it, save change and it works!
Now I've cloned the remote git project.
add a comment |
I have a headache about GitHub.
- there is a setting:window-->preference-->team-->git
change "Remote connection timeout"'s value to 180.
this doesn't do work, but it may work sometime for my network is in a great wall.
- find Git-->Configuration,there are "User Setting","System Setting" and "Repository Setting". Check "User Setting" and "System Setting" files are exist.
- my problem is "User setting"(H:myeclipse_git.gitconfig) exists but "System setting"(j:Program FilesGitetcgitconfig) do not. So I create
.gitconfig
in directory ect and copy U's(H:myeclipse_git.gitconfig) content to it, save change and it works!
Now I've cloned the remote git project.
I have a headache about GitHub.
- there is a setting:window-->preference-->team-->git
change "Remote connection timeout"'s value to 180.
this doesn't do work, but it may work sometime for my network is in a great wall.
- find Git-->Configuration,there are "User Setting","System Setting" and "Repository Setting". Check "User Setting" and "System Setting" files are exist.
- my problem is "User setting"(H:myeclipse_git.gitconfig) exists but "System setting"(j:Program FilesGitetcgitconfig) do not. So I create
.gitconfig
in directory ect and copy U's(H:myeclipse_git.gitconfig) content to it, save change and it works!
Now I've cloned the remote git project.
edited Jan 19 '17 at 5:13
alljamin
8801820
8801820
answered Jan 12 '17 at 15:07
shiinoMafuyu
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2fsuperuser.com%2fquestions%2f836631%2fread-timed-out-after-30-000-ms%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
1
Please edit your question and include all details on the problem, just as you did on SO. We need them here in case your question is removed from SO at some point.
– gronostaj
Nov 9 '14 at 15:50
@gronostaj Thanks for suggestion ! I have added details from SO to here. Just couldnt post screenshot as I dont have enough reputation on Super User to post image. Hope this info will help in resolving issue.
– adityag
Nov 10 '14 at 7:27
1
Is it a really big repo? Can you clone it using the command line git tools? Are you running a local firewall that might prevent access or are you on a corporate network? 30 seconds is a lot of time.
– Seth
Jan 19 '17 at 6:58
Are you not able to clone any remote repo? Or just this one?
– Aulis Ronkainen
Nov 10 '18 at 13:08