You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/bitbucket-development.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,18 +65,18 @@ The Access and Refresh Tokens will be stored against the username and the userna
65
65
66
66
# On-Premise Bitbucket
67
67
68
-
On-premise Bitbucket, more correctly known as Bitbucket Server or Bitbucket DC, has a number of differences compared to the cloud instance of Bitbucket, https://bitbucket.org.
68
+
On-premise Bitbucket, more correctly known as Bitbucket Server or Bitbucket DC, has a number of differences compared to the cloud instance of Bitbucket, https://bitbucket.org.
69
69
70
70
As far as GCMC is concerned the main difference it doesn't support OAuth so only Basic Authentication is available.
71
71
72
72
It is possible to test with Bitbucket Server by running it locally using the following command from the Atlassian SDK:
73
73
74
-
❯ atlas-run-standalone --product bitbucket
74
+
❯ atlas-run-standalone --product bitbucket
75
75
76
76
See https://developer.atlassian.com/server/framework/atlassian-sdk/atlas-run-standalone/.
77
77
78
78
This will download and run a standalone instance of Bitbucket Server which can be accessed using the credentials `admin`/`admin` at
79
79
80
-
https://localhost:7990/bitbucket
80
+
https://localhost:7990/bitbucket
81
81
82
82
Instructions on how to download and install the Atlassian SDK can be found here: https://developer.atlassian.com/server/framework/atlassian-sdk/
`cache`|Git's built-in [credential cache](https://git-scm.com/docs/git-credential-cache).|Windows, macOS, Linux
333
330
`plaintext`|Store credentials in plaintext files (**UNSECURE**). Customize the plaintext store location with [`credential.plaintextStorePath`](#credentialplaintextstorepath).|Windows, macOS, Linux
0 commit comments