git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Manish Devgan <manish.nsit8@gmail.com>
To: git@vger.kernel.org
Subject: Bug: Git: Clone: University Network: No Output on Terminal
Date: Mon, 17 Feb 2020 13:32:44 +0530	[thread overview]
Message-ID: <CABVXwf6q1xMFhw+xd5f8GKATwC9k8mrXUkykpGgvTj7hv9pwEw@mail.gmail.com> (raw)

Hello,

I am a university student from India and I was trying to clone the
xfwm4 git repository from the git-url :
https://git.xfce.org/xfce/xfwm4
I was trying to clone this repository over my university network and
it didn't work. I worked my way around by using my mobile
wireless-hotspot for the same and was able to do it just fine.
The next day I tried doing the exact same thing since I couldn't get
an answer from our university if any such firewall was blocking me
from cloning it. But this time instead of failing to reach the url the
command ran with the following output:

gabru-md@bhaalu:~/Desktop$ git clone https://git.xfce.org/xfce/xfwm4
Cloning into 'xfwm4'...

after waiting for a few minutes the command didn't fail but it didn't
show any output/stats like it does when I try to clone a repository
from Github which is definitely not blocked on the university network.
for eg.

gabru-md@bhaalu:~/Desktop$ git clone https://github.com/gabru-md/stl-cpp
Cloning into 'stl-cpp'...
remote: Enumerating objects: 186, done.
remote: Counting objects: 100% (186/186), done.
remote: Compressing objects: 100% (128/128), done.
remote: Total 186 (delta 92), reused 146 (delta 56), pack-reused 0
Receiving objects: 100% (186/186), 105.58 KiB | 256.00 KiB/s, done.
Resolving deltas: 100% (92/92), done.

Furthermore the interesting thing is that I expected that my attempt
at cloning the xfwm4 repository might have failed but it surprisingly
did not. The command did clone the xfwm4 repository for me but it
didn't print out any stats/output during that time.

After searching on DuckDuckGo I saw that adding flags `--verbose
--progress` will allow me to achieve the desired functionality. I
tried doing the same and the output is given below.

gabru-md@bhaalu:~/Desktop/test$ git clone --progress --verbose
https://git.xfce.org/xfce/xfwm4
Cloning into 'xfwm4'...
gabru-md@bhaalu:~/Desktop/test$ ls
xfwm4
gabru-md@bhaalu:~/Desktop/test$ cd xfwm4/
gabru-md@bhaalu:~/Desktop/test/xfwm4$ cd icons/
gabru-md@bhaalu:~/Desktop/test/xfwm4/icons$ ls
22x22  48x48  Makefile.am  scalable

It is evident that the cloning worked perfectly fine but there didn't
seem to be any output on the terminal. At first I was convinced that
it was network error because it couldn't reach the target url but now
it doesn't seem to be a network problem.

I am not quite sure if this unfamiliar behavior while cloning a
repository is a bug or not hence I thought of reporting it. Also,
Apologies if this is not a bug but something which is known already.

I am currently running git version 2.17.1 on my Xubuntu.


Thanks and Regards
Manish Devgan
manish.nsit8@gmail.com

             reply	other threads:[~2020-02-17  8:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-17  8:02 Manish Devgan [this message]
2020-02-17 17:29 ` Bug: Git: Clone: University Network: No Output on Terminal brian m. carlson
2020-02-17 19:38 ` René Scharfe
2020-02-18 11:25   ` Manish Devgan
2020-02-18 19:24     ` René Scharfe
2020-02-20 10:20       ` Manish Devgan
2020-02-20 16:07         ` René Scharfe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CABVXwf6q1xMFhw+xd5f8GKATwC9k8mrXUkykpGgvTj7hv9pwEw@mail.gmail.com \
    --to=manish.nsit8@gmail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).