This is with: $ rpm -q fedpkg fedpkg-1.37-1.fc30.noarch Fails to clone with -B: $ fedpkg clone --anonymous -B glib2 Cloning into bare repository '/home/user/fedora/glib2/rpkg.git'... remote: Counting objects: 2961, done. remote: Compressing objects: 100% (2212/2212), done. remote: Total 2961 (delta 1243), reused 1583 (delta 621) Receiving objects: 100% (2961/2961), 452.58 KiB | 527.00 KiB/s, done. Resolving deltas: 100% (1243/1243), done. Could not execute clone: [Errno 2] No such file or directory: '/home/user/fedora/glib2/rpkg.git/.git/info/exclude' Removing the -B makes it work: $ fedpkg clone --anonymous glib2 Cloning into 'glib2'... remote: Counting objects: 2961, done. remote: Compressing objects: 100% (2212/2212), done. remote: Total 2961 (delta 1245), reused 1583 (delta 621) Receiving objects: 100% (2961/2961), 441.95 KiB | 511.00 KiB/s, done. Resolving deltas: 100% (1245/1245), done.
Running the same command (with -B) for example with fedpkg-1.32-1.fc28.noarch works just fine.
Please try with latest python3-rpkg installed. 1.58-2 should fix this issue. *** This bug has been marked as a duplicate of bug 1707223 ***
(In reply to Lubomír Sedlář from comment #2) > Please try with latest python3-rpkg installed. 1.58-2 should fix this issue. Thanks, it survives with it. My fault I didn't try to update the machine first, I thought (incorrectly) there would be nothing since my yesterday update. I'm sorry about that. The same that I missed the already filled bug.