skip to Main Content

Clone a Git repo using Flutter/Dart

I want to do a Process.start('cmd', ['/c', 'git', 'clone', repoLink, selectedDirectory]) in flutter/dart. My target directory is not empty because when I do a normal git clone, it creates a new folder with the name of the repo an clone…

VIEW QUESTION

error: failed to solve: failed commit on ref : unexpected status: 400 Bad Request – Amazon Web Sevices

I am trying to build projects using Circle CI aws-ecr-orb to push to a private repository in AWS. I get the error below: #16 exporting to image #16 sha256:7dd518c28ca8d9b4a669654c56822c182f0329e5b5897d4cc9241360bd781320 #16 pushing layers 3.4s done #16 pushing manifest for ************.dkr.ecr.*********.amazonaws.com/***********:latest@sha256:73bcacc452698bb9bc03feb199ffde7d62016bfb46b783c436f9c8e5a8a69e32 #16…

VIEW QUESTION

How to remove all files from GIT repo history with path having colon : in filename? – Debian

I have ISCSI node filenames with colons stored in GIT repository on Debian 10 Linux. Example: 'iscsi/nodes/iqn.2000-01.com.synology:NAS01-DS916.nas/ff11::111:11ff:ff1f:1ff1,3260,1/default' 'iscsi/send_targets/1.2.3.4,3260/iqn.2000-01.com.synology:NAS01-DS916.nas,ff11::111:11ff:ff1f:1ff1,3260,1,default' But checkout fails on Windows, because the colon is invalid character in Windows filename. I get following GIT errors at Windows checkout:…

VIEW QUESTION
Back To Top
Search