Changes between Initial Version and Version 1 of Ticket #67272, comment 2
- Timestamp:
- May 4, 2023, 7:01:48 AM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #67272, comment 2
initial v1 1 1 Dear Joshua Root 2 2 3 I followed your (Wiki's) suggestion of "You can sync your port tree using Git" ( https://trac.macports.org/wiki/howto/SyncingWithGit), and, in the end, after I run the final step "Step 3: " everything goes well:3 I followed your (Wiki's) suggestion of "You can sync your port tree using Git" (wiki:howto/SyncingWithGit), and, in the end, after I run the final step "Step 3: " everything goes well: 4 4 5 {{{ 5 6 sudo port -v sync 6 7 … … 41 42 Ports failed: 0 42 43 Up-to-date ports skipped: 33452 43 44 }}} 44 45 45 46 … … 47 48 48 49 50 {{{ 49 51 sudo port -v selfupdate 50 52 … … 58 60 Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug. 59 61 Error: /opt/local/bin/port: port selfupdate failed: Error synchronizing MacPorts sources: command execution failed 62 }}}