我使用github
设置octopress
个网页时遇到问题。
谢谢你的帮助!
异常
$ rake setup_github_pages
rake aborted!
NoMethodError: undefined method `[]' for nil:NilClass
D:/octopress/Rakefile:322:in `block in <top (required)>'
Tasks: TOP => setup_github_pages
(See full trace by running task with --trace)
## Set the codepage to 65001 for Windows machines
Enter the read/write url for your repository
(For example, 'git@github.com:your_username/your_username.github.io.git)
or 'https://github.com/your_username/your_username.github.io')
Repository url:
答案 0 :(得分:0)
您只需在最后一行添加您的回购,忽略上述错误。
设置完毕后,使用New-Item -Path "c:\users\random\desktop\((Get-Date).ToString('yyyy-MM-dd'))" -ItemType Directory
copy-item c:\users\random\desktop\rand.txt 'c:\users\random\desktop\((Get-Date).ToString('yyyy-MM-dd'))
将其上传到您的github帐户
你在Windows上遇到问题,这就是你得到错误的原因。
以下是如何在Windows上修复它: