Skip to content

Commit 2841b79

Browse files
committed
update-installation-readme
Due to recent updates in github security, how we add the gem to the gem file has changed slightly. https://github.blog/2021-09-01-improving-git-protocol-security-github/ (The solution is the second to last paragraph in the document) Began getting the error: ``` : remote error: The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information. Git error: command `git fetch --force --quiet --tags 'git://github.com/radar/by_star' "refs/heads/*:refs/heads/*" ` in directory ```
1 parent f3412a7 commit 2841b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Post.between_times(Time.zone.now - 3.hours, # all posts in last 3 hours
2121
Install this gem by adding this to your Gemfile:
2222

2323
```ruby
24-
gem 'by_star', git: "git://github.com/radar/by_star"
24+
gem 'by_star', git: 'https://github.com/radar/by_star'
2525
```
2626

2727
Then run `bundle install`

0 commit comments

Comments
 (0)