If $gcd(a, b,c)=1$, then there is no common factor among the three except $1$.
Let
$$gcd(a,b+kc)\neq1$$ be equation $1$.
Now in the equation $gcd(a, b+kc)$, only two out of three can at max have a non unity $gcd$ as if two pairs had a non unity $gcd$, then the lower of the two $gcd$s would have been the $gcd$ of the trio. Meaning - only one of the pair $(a,b)$, $(b,c)$ and $(c,a)$ can have a non unity $gcd$.
So if $gcd(b,c)=r$, equation $1$ will hold as $a$ cannot be divisible by $r$ and the second term can be made divisible by $a$ by putting $k=a$ or it's multiples. This will result in second term having $gcd$ equal to $a$ with $a$ whereas the first term, $b$ has a $gcd$ of $1$ with $a$ resulting in a net $gcd$ of $1$.
If $gcd(a,b)=r$, equation $1$ will hold as $c$ is not divisible by $r$ and you can simply put $k=nr+1$ where $n=0,1,2...$
If $gcd(a,c)=r$, equation $1$ will hold as $b$ is not divisible by $r$ and you can put $k$ as $0$ to confirm.
EDIT - I did not phrase the second paragraph properly. I meant that any $gcd(x_1,gcd(x_2,x_3))$ will always be $1$ where $x_1,x_2,x_3$ are distinct members of the set $S={a,b,c}$