I got build errors nowFYI Rclone & raidrive both work. ive been using both
max 5 hours, but then u create a new oneSo max it last 5 hours?
I got build errors nowWish you could do some screenshots I followed all steps updated
max 5 hours, but then u create a new one
what step did u get up to/what error u got? im running 2 right now so probs missed a step
just delete code and youll be fine unless u run into the "this breaches our whatever" then u gotta logout and recreate everything again.Can I delete entire project and start over or something without making new account ?
its working right now.Please, someone should confirm if this is still working
can you just put all the steps back together again but UPdated, I am sure I am F*** up on step 4 or somethinjust delete code and youll be fine unless u run into the "this breaches our whatever" then u gotta logout and recreate everything again.
what error are u getting?
Okay, Thanks for the share
will do. may have to post as pictures because BHW doesnt like a certain word that i cant figure it out what it is. gimme a few minscan you just put all the steps back together again but UPdated, I am sure I am F*** up on step 4 or somethin
https://temp-mail.org/en/
https://circleci.com/signup/
https://ngrok.com/
https://bitbucket.org/
https://pastebin.com/wuhPVXW0
works or noWhat about this part?
version: 2.1 orbs: win: circleci/[email protected] jobs: build: executor: name: win/default size: "medium" steps: - checkout - run: Set-LocalUser -Name "Administrator" -Password (ConvertTo-SecureString -AsPlainText "YOUR_PASSWORD_HERE" -Force) - run: Get-LocalUser -Name "Administrator" | Enable-LocalUser - run: Invoke-WebRequest https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-windows-amd64.zip -OutFile ngrok.zip - run: tar xf ngrok.zip - run: Copy ngrok.exe C:\Windows\System32 - run: cmd /c echo ./ngrok.exe authtoken "YOUR_NGROK_AUTHTOKEN_HERE" >a.ps1 - run: cmd /c echo cmd /k start ngrok.exe tcp 3389 >>a.ps1 - run: cmd /c echo ping -n 999999 10.10.10.10 >>a.ps1 - run: .\a.ps1
What about this part?
version: 2.1 orbs: win: circleci/[email protected] jobs: build: executor: name: win/default size: "medium" steps: - checkout - run: Set-LocalUser -Name "Administrator" -Password (ConvertTo-SecureString -AsPlainText "YOUR_PASSWORD_HERE" -Force) - run: Get-LocalUser -Name "Administrator" | Enable-LocalUser - run: Invoke-WebRequest https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-windows-amd64.zip -OutFile ngrok.zip - run: tar xf ngrok.zip - run: Copy ngrok.exe C:\Windows\System32 - run: cmd /c echo ./ngrok.exe authtoken "YOUR_NGROK_AUTHTOKEN_HERE" >a.ps1 - run: cmd /c echo cmd /k start ngrok.exe tcp 3389 >>a.ps1 - run: cmd /c echo ping -n 999999 10.10.10.10 >>a.ps1 - run: .\a.ps1
I did not uise old code, I skipped it, what do you need the ngrok token for in your pastebin text there is no requirement for username or password or authkeythats the old code. DO NOT USE!
Use the pastebin link
correct, ur auth code isnt needed to be pasted into any code, hence why that code uve pasted is the old code.I did not uise old code, I skipped it, what do you need the ngrok token for in your pastebin text there is no requirement for username or password or authkey