+
+
+ Clone
+
+
+ Select a cloning method to get the project URL
+
+
+ {
+ handleCopy(`${repoUrl || ''}`, 'HTTPS');
+ onExport?.('https');
+ }}
+ >
+ HTTPS
+
+
+ {
+ handleCopy(`git@github.com:${repoUrl?.split('github.com/')[1]}`, 'SSH');
+ onExport?.('ssh');
+ }}
+ >
+ SSH
+
+
+ {
+ handleCopy(`gh repo clone ${repoUrl?.split('github.com/')[1]}`, 'GitHub CLI');
+ onExport?.('cli');
+ }}
+ >
+ GitHub CLI
+
+
+
+
+