".git" added to sample string with SSH repository URL
Octopress does not work with a repo URL like a "git@github.com:your_username/your_username.github.io" ("ERROR: repository not found" error appears). It is necessary to add ".git" to the end of this line.
This commit is contained in:
parent
9c41abf5e0
commit
d7a4bf5fc0
2
Rakefile
2
Rakefile
@ -307,7 +307,7 @@ task :setup_github_pages, :repo do |t, args|
|
|||||||
repo_url = args.repo
|
repo_url = args.repo
|
||||||
else
|
else
|
||||||
puts "Enter the read/write url for your repository"
|
puts "Enter the read/write url for your repository"
|
||||||
puts "(For example, 'git@github.com:your_username/your_username.github.io)"
|
puts "(For example, 'git@github.com:your_username/your_username.github.io.git)"
|
||||||
puts " or 'https://github.com/your_username/your_username.github.io')"
|
puts " or 'https://github.com/your_username/your_username.github.io')"
|
||||||
repo_url = get_stdin("Repository url: ")
|
repo_url = get_stdin("Repository url: ")
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user