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

fix git clone url #561

Merged
merged 1 commit into from
Mar 12, 2024
Merged

fix git clone url #561

merged 1 commit into from
Mar 12, 2024

Conversation

@@ -29,9 +29,9 @@ <h1>
<h1>About the code</h1>

<p>Play Framework is hosted on <a href="//github.com/playframework">GitHub</a> using the Git version control system. You can get the code with the following command:</p>
<pre><code>git clone git://github.com/playframework/playframework.git</code></pre>
<pre><code>git clone git@@github.com:playframework/playframework.git</code></pre>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe just https://github.com/playframework/playframework.git? @xuwei-k WDYT?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to use https for new commers that don't have ssh keys set up on their machine to access GitHub. Maybe we can just add both approaches like:

$ git clone https://github.com/playframework/playframework.git

# If you have SSH keys set up associated with your GitHub account you can also use:
$ git clone git@github.com:playframework/playframework.git

but I am also ok to just use https since no one will push the repo directly...

Anyway, if we change it, needs to be changed here too:
https://www.playframework.com/documentation/3.0.x/BuildingFromSource#Grab-the-source

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's get this merged how it is. (Let's assume people know how to clone a GitHub repo and are not total noobs)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also better to merge now because currently it's broken...

@mkurz mkurz merged commit ada5360 into playframework:main Mar 12, 2024
7 checks passed
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

Successfully merging this pull request may close these issues.

None yet

3 participants