- HTTP 形式:
git clone https://github.com/owner/git.git
- SSH 形式:
git clone git@github.com:owner/git.git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+.perplexity.ai | |
+.pplx.ai | |
+.perplexity.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
update.synology.com | |
update7.synology.com | |
autoupdate7.synology.com | |
autoupdate7.synology.cn |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+.mypikpak.com | |
+.pikpak.com | |
+.wurl.tv | |
+.amagi.tv | |
+.rttv.com | |
+.amagi.tv | |
+.getaj.net | |
+.trt.com.tr | |
+.akamaihd.net | |
+.akamaized.net |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+.nexuscloud.xyz | |
+.google.com | |
+.google.co.uk | |
+.google.com.hk | |
+.live.com | |
+.live.net | |
+.contentsync-onenote.com | |
+.deeprouter.org | |
+.gstatic.com | |
+.googleapis.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+.pp.ua | |
+.tailscale.* | |
+.tplinkcloud.com.cn | |
+.microsoft.com | |
+.office365.com | |
+.msedge.net | |
+.hotmail.com | |
+.windows.com | |
+.bing.com | |
+.msn.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[General] | |
ipv6 = true | |
bypass-system = true | |
dns-server = https://223.5.5.5/dns-query | |
bypass-tun = 10.0.0.0/8, 100.64.0.0/10, 127.0.0.0/8, 169.254.0.0/16, 172.16.0.0/12, 192.0.0.0/24, 192.0.2.0/24, 192.88.99.0/24, 192.168.0.0/16, 198.18.0.0/15, 198.51.100.0/24, 203.0.113.0/24, 224.0.0.0/4, 255.255.255.255/32 | |
skip-proxy = 127.0.0.1, 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, 100.64.0.0/10, localhost, *.local, *.crashlytics.com, *.edu.cn, captive.apple.com | |
[Proxy Group] | |
咸鱼 = select,🇸🇬 新加坡 04,interval=600,timeout=5,select=0,url=http://www.gstatic.com/generate_204 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const os = require('os'); | |
let ip = '0.0.0.0'; | |
const networkInterfaces = os.networkInterfaces(); | |
out: | |
for (const i in networkInterfaces) { | |
for (const j in networkInterfaces[i]) { | |
const val = networkInterfaces[i][j]; | |
if (val.family === 'IPv4' && val.address !== '127.0.0.1') { | |
ip = val.address; | |
break out |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
adb uninstall com.commsource.beautyplus | |
adb install -r "%~fs1" | |
pause |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# gitlab | |
Host gitlab.linphone.org | |
HostName gitlab.linphone.org | |
PreferredAuthentications publickey | |
IdentityFile C:\\Users\lenovo\\.ssh\\id_rsa_gitlab | |
# github | |
Host github.com | |
HostName github.com | |
PreferredAuthentications publickey | |
IdentityFile C:\\Users\\lenovo\\.ssh\\id_rsa |
NewerOlder