Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The wiki branch was not checked out, no commit was done #6

Open
eric-brechemier opened this issue Dec 14, 2015 · 2 comments
Open

The wiki branch was not checked out, no commit was done #6

eric-brechemier opened this issue Dec 14, 2015 · 2 comments

Comments

@eric-brechemier
Copy link

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.
@morgant
Copy link
Owner

morgant commented Dec 15, 2015

Interesting, had you created at least one page in your new HitHub wiki prior to running the tool?

@eric-brechemier
Copy link
Author

Interesting, had you created at least one page in your new HitHub wiki prior to running the tool?

Yes, thus cloning the wiki repository was successful. What failed, apparently, is checking out the wiki branch in the main repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants