Changes

575 bytes added ,  15:48, 14 August 2023
→‎If your code isn't on GitHub: attempt to add sourcetree steps from talk page
Line 66: Line 66:  
<li>On the repository page that appears, click the green "Clone or download" button and copy the URL:<br />[[File:Modding - copy GitHub repo URL.png]]</li>
 
<li>On the repository page that appears, click the green "Clone or download" button and copy the URL:<br />[[File:Modding - copy GitHub repo URL.png]]</li>
 
<li>In SourceTree, click ''File > Clone'' and paste the URL. Choose a destination path that's easy to access (like <samp>C:\source\StardewMods</samp>), and click 'Clone'.</li>
 
<li>In SourceTree, click ''File > Clone'' and paste the URL. Choose a destination path that's easy to access (like <samp>C:\source\StardewMods</samp>), and click 'Clone'.</li>
 +
<li>After cloning, navigate to repo settings (gear icon, top right)</li>
 +
<li>Click "Remotes" section</li>
 +
<li>Highlight the git path</li>
 +
<li>Click "edit" button</li>
 +
<li>Click on the globe icon to the right of the URL/path</li>
 +
<li>Highlight the project name</li>
 +
<li>Click "edit accounts" button</li>
 +
<li>Double-click on the Github account. An auth window will pop up</li>
 +
<li>The default auth method is set to OAuth. Change to "Personal Access Token."</li>
 +
<li>Input username and token</li>
 +
<li>If not already selected, make sure Protocol is set to "HTTPS" and Save.</li>
 
</ol>
 
</ol>
  
107,327

edits