AI recommended changing from using git port to https?

Maksim Dmitrichenko dmitrmax at gmail.com
Sat Apr 11 11:03:38 UTC 2026


Michael, are you from the BusyBox team?

I don't know the exact list of members of the BusyBox maintainers, but
one of them is definitely Denys Vlasenko who haven't posted for quite
some time now. The project is starting to look abandoned without any
updates from the maintainers. So all of your suggestions are for
nobody.

сб, 11 апр. 2026 г. в 09:54, Michael D. Setzer II via busybox
<busybox at busybox.net>:
>
> Have done testing, and haven't seen the issues with git clone or git pull with networking issues.
> cat gitpull2.ch
> cd /home/msetzerii/Downloads/busybox
> git remote set-url origin https://git.busybox.net/busybox
> # Save the current state
> PRE_PULL=$(git rev-parse HEAD)
> # Pull (silencing the progress noise if you want)
> git pull > /tmp/gitpull_out 2> /tmp/gitpull_err
> EXIT_CODE=$?
> # Check the new state
> POST_PULL=$(git rev-parse HEAD)
> if [ $EXIT_CODE -ne 0 ]; then
>     echo "Pull failed with code $EXIT_CODE. Check /tmp/gitpull_err"
> elif [ "$PRE_PULL" == "$POST_PULL" ]; then
>     echo "Nothing changed (Already up to date)."
> else
>     echo "Success: New changes were applied."
>     cp /home/msetzerii/g4l0.70alpha/busybox-1.38.0.git.config .config
>     make oldconfig
>     make -j8
>     cmp -l busybox /usr/bin/busybox
>     cp busybox /usr/bin/busybox
> fi
> Haven't have a pull find a change yet, so just seen.
> # ./gitpull2.ch
> Nothing changed (Already up to date).
> +------------------------------------------------------------+
>  Michael D. Setzer II - Computer Science Instructor (Retired)
>  mailto:mikes at guam.net
>  mailto:msetzerii at gmail.com
>  mailto:msetzerii at gmx.com
>  Guam - Where America's Day Begins
>  G4L Disk Imaging Project maintainer
>  http://sourceforge.net/projects/g4l/
> +------------------------------------------------------------+
> _______________________________________________
> busybox mailing list
> busybox at busybox.net
> https://lists.busybox.net/mailman/listinfo/busybox



-- 
With best regards
  Maksim Dmitrichenko


More information about the busybox mailing list