You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran the tool on Mac OS X without errors, using the SSH checkout. Both repositories were created, but I found no change in any of the repositories.
I ran the steps manually from the shell, and noticed that this command had no effect:
git checkout -q wiki
The project remained on master branch because no local branch wiki was known. I had to run instead:
git checkout -b wiki origin/wiki
The following errors (with file path to *.md files redacted) were logged to the console:
Moving pages from wiki branch to golfml.wiki repo... rsync: link_stat "(...)/finishGoogleCodeGitHubWikiMigration/(...)/*.md" failed: No such file or directory (2)
rsync error: some files could not be transferred (code 23) at /BuildRoot/Library/Caches/com.apple.xbs/Sources/rsync/rsync-47/rsync/main.c(992) [sender=2.6.9]
mv: ProjectHome.md: No such file or directory
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
Done.
The text was updated successfully, but these errors were encountered:
I ran the tool on Mac OS X
without errors, using the SSH checkout. Both repositories were created, but I found no change in any of the repositories.I ran the steps manually from the shell, and noticed that this command had no effect:
The project remained on
master
branch because no local branchwiki
was known. I had to run instead:The following errors (with file path to *.md files redacted) were logged to the console:
The text was updated successfully, but these errors were encountered: