> [/share/freebsd_ports] # git pull c3c627b06563
> fatal: 'c3c627b06563' does not appear to be a git repository
> fatal: Could not read from remote repository.

First, check the commit.
% git log| grep c3c627b06563
commit c3c627b06563cd0c7bcc4f491cd9c6f50716033b

Then checkout it.
% git checkout c3c627b06563cd0c7bcc4f491cd9c6f50716033b
-- 
Masachika ISHIZUKA
_______________________________________________
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to