使用 laravel forge with bitbucket 时出现问题
Issue when using laravel forge with bitbucket
在 forge 中使用 bitbucket 时,您必须遵循此消息才能使用 bitbucket 和 forge
When using a custom Git deployment or Bitbucket, you must add the following SSH key to your source control provider before installing repositories:
问题是不清楚我需要把 SSH 密钥放在哪里,在 bitbucket 中有大约一百万个地方可以添加 SSH 密钥,所以请有人 向我解释为什么什么时候使用 bitbucket 我需要添加 SSH 密钥 以及我需要放置它们的位置。
您需要在您的 bitbucket 帐户上添加 ssh 密钥。
bitbucket account-> Settings->SSH Keys
Bitbucket Server administrators can set up SSH access keys to secure
the Git operations that other systems perform on the repositories
managed in Bitbucket Server.
Using access keys avoids the need to
store user credentials on another system, and means that the other
system doesn't have to use a specific user account in Bitbucket
Server.
For example, access keys can be used to allow your build and
deploy server to authenticate with Bitbucket Server to check out and
test source code.
参考:
https://confluence.atlassian.com/bitbucketserver/ssh-access-keys-for-system-use-776639781.html
在 forge 中使用 bitbucket 时,您必须遵循此消息才能使用 bitbucket 和 forge
When using a custom Git deployment or Bitbucket, you must add the following SSH key to your source control provider before installing repositories:
问题是不清楚我需要把 SSH 密钥放在哪里,在 bitbucket 中有大约一百万个地方可以添加 SSH 密钥,所以请有人 向我解释为什么什么时候使用 bitbucket 我需要添加 SSH 密钥 以及我需要放置它们的位置。
您需要在您的 bitbucket 帐户上添加 ssh 密钥。
bitbucket account-> Settings->SSH Keys
Bitbucket Server administrators can set up SSH access keys to secure the Git operations that other systems perform on the repositories managed in Bitbucket Server.
Using access keys avoids the need to store user credentials on another system, and means that the other system doesn't have to use a specific user account in Bitbucket Server.
For example, access keys can be used to allow your build and deploy server to authenticate with Bitbucket Server to check out and test source code.
参考:
https://confluence.atlassian.com/bitbucketserver/ssh-access-keys-for-system-use-776639781.html