progit / progit2

Pro Git 2nd Edition
Other
5.69k stars 1.88k forks source link

(2.5 Working with Remotes) Repository no longer exists #1942

Open artkoci opened 3 months ago

artkoci commented 3 months ago

There's no existing/similar bug report.

This report is about a single actionable bug.

This report is about the ProGit book, version 2, English language.

Bug covers book website/pdf

Problem is present in the Pro Git book on the website?

Which version of the book is affected?

Source files and tooling

Describe the bug:

In 2.5 Working with Remotes/Adding a remote repository the instruction to git remote add pb https://github.com/paulboone/ticgit lead to a non-existing repository. Naturally in the next step git fetch pb does not return what is shown in the book.

Steps to reproduce:

[1. $ git remote add pb https://github.com/paulbone/ticgit

  1. $ git fetch pb](https://github.com/progit/progit2/blob/main/book/02-git-basics/sections/remotes.asc?plain=1#L81-L95)

Expected behavior:

$ git fetch pb
remote: Counting objects: 43, done.
remote: Compressing objects: 100% (36/36), done.
remote: Total 43 (delta 10), reused 31 (delta 5)
Unpacking objects: 100% (43/43), done.
From https://github.com/paulboone/ticgit
 * [new branch]      master     -> pb/master
 * [new branch]      ticgit     -> pb/ticgit

Screenshots:

No response

Additional context:

No response

Device

Laptop

Operating system

macOS

Browser/application + version

Arc 1.35.0